Uses of Class
org.apache.geronimo.system.plugin.model.CopyFileType

Packages that use CopyFileType
org.apache.geronimo.console.car   
org.apache.geronimo.system.plugin.model   
 

Uses of CopyFileType in org.apache.geronimo.console.car
 

Fields in org.apache.geronimo.console.car with type parameters of type CopyFileType
protected  List<CopyFileType> PluginInfoBean.copyFile
           
 

Methods in org.apache.geronimo.console.car that return types with arguments of type CopyFileType
 List<CopyFileType> PluginInfoBean.getCopyFile()
           
 

Method parameters in org.apache.geronimo.console.car with type arguments of type CopyFileType
 void PluginInfoBean.setCopyFile(List<CopyFileType> copyFile)
           
 

Uses of CopyFileType in org.apache.geronimo.system.plugin.model
 

Fields in org.apache.geronimo.system.plugin.model with type parameters of type CopyFileType
protected  List<CopyFileType> PluginArtifactType.copyFile
           
 

Methods in org.apache.geronimo.system.plugin.model that return CopyFileType
 CopyFileType ObjectFactory.createCopyFileType()
          Create an instance of CopyFileType
 

Methods in org.apache.geronimo.system.plugin.model that return types with arguments of type CopyFileType
 List<CopyFileType> PluginArtifactType.getCopyFile()
          Gets the value of the copyFile property.
 



Copyright © 2003-2008 The Apache Geronimo development community. All Rights Reserved.