|
ModeShape Distribution 3.0.0.Beta4 | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.modeshape.jcr.sequencer.SequencerPathExpression.Matcher
@Immutable public static class SequencerPathExpression.Matcher
Constructor Summary | |
---|---|
protected |
SequencerPathExpression.Matcher(PathExpression.Matcher inputMatcher,
PathExpression.WorkspacePath outputPath)
|
Method Summary | |
---|---|
boolean |
equals(Object obj)
|
String |
getInputPath()
|
String |
getJcrInputPath()
Get the input path in standard JCR form. |
String |
getOutputPath()
Get the path in the repository where the sequenced content should be placed. |
String |
getOutputWorkspaceName()
Get the name of the workspace where the sequenced content should be placed. |
String |
getSelectedPath()
|
int |
hashCode()
|
boolean |
matches()
|
String |
toString()
|
Methods inherited from class java.lang.Object |
---|
clone, finalize, getClass, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
protected SequencerPathExpression.Matcher(PathExpression.Matcher inputMatcher, PathExpression.WorkspacePath outputPath)
Method Detail |
---|
public boolean matches()
public String getInputPath()
public String getJcrInputPath()
input path
in standard JCR form.
getInputPath()
is nullpublic String getSelectedPath()
public String getOutputPath()
public String getOutputWorkspaceName()
public int hashCode()
hashCode
in class Object
public boolean equals(Object obj)
equals
in class Object
public String toString()
toString
in class Object
|
ModeShape Distribution 3.0.0.Beta4 | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |