Uses of Class
com.sun.enterprise.deployment.MetadataSource
-
Packages that use MetadataSource Package Description com.sun.enterprise.deployment -
-
Uses of MetadataSource in com.sun.enterprise.deployment
Methods in com.sun.enterprise.deployment that return MetadataSource Modifier and Type Method Description MetadataSourceInjectionTarget. getMetadataSource()MetadataSourceLifecycleCallbackDescriptor. getMetadataSource()MetadataSourceResourceDescriptor. getMetadataSource()Where the resource definition comes from.static MetadataSourceMetadataSource. valueOf(String name)Returns the enum constant of this type with the specified name.static MetadataSource[]MetadataSource. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.sun.enterprise.deployment with parameters of type MetadataSource Modifier and Type Method Description voidInjectionTarget. setMetadataSource(MetadataSource metadataSource)Sets where the information about the injection is coming fromvoidLifecycleCallbackDescriptor. setMetadataSource(MetadataSource metadataSource)voidResourceDescriptor. setMetadataSource(MetadataSource metadataSource)
-