Package org.guvnor.ala.registry.vfs
Class VFSRegistryEntry
- java.lang.Object
-
- org.guvnor.ala.registry.vfs.VFSRegistryEntry
-
public class VFSRegistryEntry extends Object
Class for managing the contents of VFS based registries. This class is used as the bag for storing all the VFS registries entries. Changes in this class might affect de marshalling/unmarshalling of this registries.
-
-
Constructor Summary
Constructors Constructor Description VFSRegistryEntry()VFSRegistryEntry(String contentType, String content)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanequals(Object o)StringgetContent()StringgetContentType()inthashCode()
-