public interface IClassSpaceBuilder
Modifier and Type | Method and Description |
---|---|
void |
addContainerToClassSpace(org.pfsw.tools.cda.base.model.GenericClassContainer container)
Adds the given class container with all its packages and classes to the class space.
|
org.pfsw.tools.cda.base.model.GenericClassContainer |
findContainerInNewSpace(java.lang.String containerName)
Returns the container with the given name if it exists in the new space,
otherwise it returns null.
|
org.pfsw.tools.cda.base.model.Workset |
getWorkset() |
java.lang.String |
replaceVariables(java.lang.String string)
Replaces placeholder definitions in the given string by the current
variable values from the workset.
|
org.pfsw.tools.cda.base.model.Workset getWorkset()
java.lang.String replaceVariables(java.lang.String string)
org.pfsw.tools.cda.base.model.GenericClassContainer findContainerInNewSpace(java.lang.String containerName)
void addContainerToClassSpace(org.pfsw.tools.cda.base.model.GenericClassContainer container)