Class Category


  • public class Category
    extends java.lang.Object
    • Field Detail

      • parser

        private static de.pdark.decentxml.XMLParser parser
      • dom

        private final de.pdark.decentxml.Element dom
      • document

        private final de.pdark.decentxml.Document document
    • Constructor Detail

      • Category

        public Category​(de.pdark.decentxml.Document document)
    • Method Detail

      • getPlugins

        public java.util.List<PluginRef> getPlugins()
      • getRepositoryReferences

        public java.util.List<RepositoryReference> getRepositoryReferences()
      • read

        public static Category read​(java.io.File file)
                             throws java.io.IOException
        Throws:
        java.io.IOException
      • read

        public static Category read​(java.io.InputStream is)
                             throws java.io.IOException
        Throws:
        java.io.IOException
      • write

        public static void write​(Category category,
                                 java.io.File file)
                          throws java.io.IOException
        Throws:
        java.io.IOException