package org.apache.oro.text.regex; public interface Pattern { int getOptions(); String getPattern(); }