Class 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 Detail

      • VFSRegistryEntry

        public VFSRegistryEntry()
      • VFSRegistryEntry

        public VFSRegistryEntry​(String contentType,
                                String content)
    • Method Detail

      • getContentType

        public String getContentType()
      • getContent

        public String getContent()
      • hashCode

        public int hashCode()
        Overrides:
        hashCode in class Object