com.sun.enterprise.module
Class ModuleMetadata.Entry

java.lang.Object
  extended by com.sun.enterprise.module.ModuleMetadata.Entry
All Implemented Interfaces:
Serializable
Enclosing class:
ModuleMetadata

public static final class ModuleMetadata.Entry
extends Object
implements Serializable

See Also:
Serialized Form

Field Summary
 List<String> providerNames
           
 List<URL> resources
           
 
Constructor Summary
ModuleMetadata.Entry()
           
 
Method Summary
 boolean hasProvider()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

providerNames

public final List<String> providerNames

resources

public final List<URL> resources
Constructor Detail

ModuleMetadata.Entry

public ModuleMetadata.Entry()
Method Detail

hasProvider

public boolean hasProvider()


Copyright © 2013 Oracle Corporation. All Rights Reserved.