Module org.glassfish.hk2.core
Class ByteArrayInhabitantsDescriptor
java.lang.Object
com.sun.enterprise.module.common_impl.ByteArrayInhabitantsDescriptor
- All Implemented Interfaces:
InhabitantsDescriptor,Serializable
public class ByteArrayInhabitantsDescriptor
extends Object
implements InhabitantsDescriptor, Serializable
Implementation of
InhabitantsDescriptor that loads the inhabitants
meta-data from a byte array (usually coming from a inhabitant file).- Author:
- Jerome Dochez
- See Also:
-
Field Summary
Fields -
Constructor Summary
ConstructorsConstructorDescriptionByteArrayInhabitantsDescriptor(String systemId, byte[] data) ByteArrayInhabitantsDescriptor(URL systemId, byte[] data) -
Method Summary
Modifier and TypeMethodDescriptionReturn the unique identifier
-
Field Details
-
systemId
-
-
Constructor Details
-
ByteArrayInhabitantsDescriptor
-
ByteArrayInhabitantsDescriptor
-
-
Method Details
-
getSystemId
Description copied from interface:InhabitantsDescriptorReturn the unique identifier- Specified by:
getSystemIdin interfaceInhabitantsDescriptor- Returns:
- unique id
-
getInputStream
-