| java.lang.Object org.ow2.easybeans.deployment.WARDeployment
WARDeployment | public class WARDeployment (Code) | | This class will parse given war file and extract meta-data.
author: Florent Benoit |
Constructor Summary | |
public | WARDeployment(IArchive archive, ClassLoader classLoader) Constructor. Archive which will be used when analyzing. |
WARDeployment | public WARDeployment(IArchive archive, ClassLoader classLoader)(Code) | | Constructor. Archive which will be used when analyzing.
Parameters: archive - the archive to analyze. Parameters: classLoader - the given classloader used to read the classes. |
addClassIfNotAlreadyPresent | protected void addClassIfNotAlreadyPresent(String className, List<String> classNames)(Code) | | Add a given class in the list only if it is not yet present in the list.
Parameters: className - the given name of the class Parameters: classNames - the lsit of existing classes. |
getArchive | public IArchive getArchive()(Code) | | the archive of this deployment. |
|
|