com.sun.enterprise.module
Class ModuleMetadata.Entry

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

public static final class ModuleMetadata.Entry
extends java.lang.Object
implements java.io.Serializable

See Also:
Serialized Form

Field Summary
 java.util.List<java.lang.String> providerNames
           
 java.util.List<java.net.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 java.util.List<java.lang.String> providerNames

resources

public final java.util.List<java.net.URL> resources
Constructor Detail

ModuleMetadata.Entry

public ModuleMetadata.Entry()
Method Detail

hasProvider

public boolean hasProvider()


Copyright © 2011 Oracle Corporation. All Rights Reserved.