@Immutable public class RepositoryConfiguration.ProjectionConfiguration extends Object
| Constructor and Description |
|---|
ProjectionConfiguration(String sourceName,
String pathExpression)
Creates a new projection using a string expression
|
| Modifier and Type | Method and Description |
|---|---|
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() |
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 StringCopyright © 2008–2016 JBoss, a division of Red Hat. All rights reserved.