com.redstarhackers.craftsman.typedefs
Class CompositeLibrary
java.lang.Object
DataType
com.redstarhackers.craftsman.typedefs.Library
com.redstarhackers.craftsman.typedefs.CompositeLibrary
public class CompositeLibrary
- extends Library
TODO Class summary sentence. Class documentation.
- Version:
- $Revision: 547 $
- Author:
- $Author: kostya $
| Methods inherited from class com.redstarhackers.craftsman.typedefs.Library |
equals, getConfigFile, getDir, getExternalDir, getFileSet, getFileSetId, getLinkingType, getName, getPath, getPathId, getReferencedLibrary, hashCode, initialize, isInitialized, isTestLib, registerFileSet, registerPath, setConfigFile, setDir, setExternalDir, setFileSet, setInitialized, setLinkingType, setName, setPath, setTestLib, toString |
| Methods inherited from class java.lang.Object |
clone, finalize, getClass, notify, notifyAll, wait, wait, wait |
CompositeLibrary
public CompositeLibrary()
setProject
public void setProject(Project project)
getLibraries
public java.util.Set getLibraries()
createLibrary
public Library createLibrary()
createLibraryComponents
protected void createLibraryComponents()
- Description copied from class:
Library
- Perform the work of the task.
- Overrides:
createLibraryComponents in class Library