org.apache.openejb.config
Class ResourcesModule
java.lang.Object
org.apache.openejb.config.Module
org.apache.openejb.config.ResourcesModule
- All Implemented Interfaces:
- DeploymentModule
public class ResourcesModule
- extends Module
- implements DeploymentModule
| Methods inherited from class org.apache.openejb.config.Module |
getAltDDs, getAppModule, getClassLoader, getMbeans, getProperties, getUniqueId, getValidationConfig, initAppModule, initResources, isStandaloneModule, setClassLoader, setStandaloneModule, setValidationConfig |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ResourcesModule
public ResourcesModule()
getModuleId
public String getModuleId()
- Specified by:
getModuleId in interface DeploymentModule
getModuleUri
public URI getModuleUri()
- Specified by:
getModuleUri in interface DeploymentModule
getJarLocation
public String getJarLocation()
- Specified by:
getJarLocation in interface DeploymentModule
getFile
public File getFile()
- Specified by:
getFile in interface DeploymentModule
getValidation
public ValidationContext getValidation()
- Specified by:
getValidation in interface DeploymentModule
getWatchedResources
public Set<String> getWatchedResources()
- Specified by:
getWatchedResources in interface DeploymentModule
Copyright © 1999-2012 The Apache Software Foundation. All Rights Reserved.