Uses of Class
org.jvnet.lafwidget.ant.ContainerGhostingType

Packages that use ContainerGhostingType
org.jvnet.lafwidget.ant   
 

Uses of ContainerGhostingType in org.jvnet.lafwidget.ant
 

Methods in org.jvnet.lafwidget.ant with parameters of type ContainerGhostingType
 void AugmentContainerGhostingTask.addContainerGhosting(ContainerGhostingType containerGhosting)
          Adds information on a single class-method pair for injecting the container ghosting code.
 

Method parameters in org.jvnet.lafwidget.ant with type arguments of type ContainerGhostingType
 void ContainerGhostingAugmenter.process(java.lang.String toStrip, java.io.File file, java.util.List<ContainerGhostingType> ids)
          Processes a single file or a directory, augmenting all relevant classes.