com.redstarhackers.craftsman.typedefs
Class CompositeLibrary

java.lang.Object
  extended by DataType
      extended by com.redstarhackers.craftsman.typedefs.Library
          extended by com.redstarhackers.craftsman.typedefs.CompositeLibrary

public class CompositeLibrary
extends Library

TODO Class summary sentence. Class documentation.

Version:
$Revision: 547 $
Author:
$Author: kostya $

Constructor Summary
CompositeLibrary()
           
 
Method Summary
 Library createLibrary()
           
protected  void createLibraryComponents()
          Perform the work of the task.
 java.util.Set getLibraries()
           
 void setProject(Project project)
           
 
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
 

Constructor Detail

CompositeLibrary

public CompositeLibrary()
Method Detail

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