public class XmlDescriptorInfo extends java.lang.Object implements DescriptorInfo
| Modifier and Type | Method and Description |
|---|---|
java.net.URL |
getDefaultPathInModule(Module module)
Returns the default target directory where this descriptor is commonly
expected within given module.
|
java.lang.String |
getFileName()
Get the real file name.
|
Module[] |
getModules()
List of deployment modules in which this descriptor can be found.
|
Platform |
getPlatform() |
public java.lang.String getFileName()
getFileName in interface DescriptorInfopublic Platform getPlatform()
getPlatform in interface DescriptorInfopublic Module[] getModules()
DescriptorInfogetModules in interface DescriptorInfopublic java.net.URL getDefaultPathInModule(Module module)
DescriptorInfogetDefaultPathInModule in interface DescriptorInfo