|
ModeShape Distribution 3.2.0.Final | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.modeshape.jcr.RepositoryConfiguration.ProjectionConfiguration
@Immutable public class RepositoryConfiguration.ProjectionConfiguration
Object representation of a projection configuration within an external source
Constructor Summary | |
---|---|
RepositoryConfiguration.ProjectionConfiguration(String sourceName,
String pathExpression)
Creates a new projection using a string expression |
Method Summary | |
---|---|
String |
getAlias()
Returns the alias of a projection. |
String |
getExternalPath()
Returns the projection's external path. |
String |
getProjectedPath()
Returns the projected path |
String |
getRepositoryPath()
Returns the repository path |
String |
getSourceName()
Returns the name of the source for which the projection is configured |
String |
getWorkspaceName()
Returns the projection's workspace name |
String |
toString()
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public RepositoryConfiguration.ProjectionConfiguration(String sourceName, String pathExpression)
sourceName
- the source namepathExpression
- a non-null
StringMethod Detail |
---|
public String getExternalPath()
non-null
Stringpublic String getProjectedPath()
non-null
Stringpublic String getWorkspaceName()
non-null
Stringpublic String getAlias()
non-null
Stringpublic String getRepositoryPath()
non-null
Stringpublic String getSourceName()
non-null
Stringpublic String toString()
toString
in class Object
|
ModeShape Distribution 3.2.0.Final | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |