Class JarAnalyzer.ClassNameInformation

  • Enclosing class:
    JarAnalyzer

    protected static class JarAnalyzer.ClassNameInformation
    extends java.lang.Object
    Stores information about a class name.
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.lang.String getName()
      Get the value of name
      java.util.ArrayList<java.lang.String> getPackageStructure()
      Get the value of packageStructure
      void setName​(java.lang.String name)
      Set the value of name
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Method Detail

      • getName

        public java.lang.String getName()
        Get the value of name
        Returns:
        the value of name
      • setName

        public void setName​(java.lang.String name)
        Set the value of name
        Parameters:
        name - new value of name
      • getPackageStructure

        public java.util.ArrayList<java.lang.String> getPackageStructure()
        Get the value of packageStructure
        Returns:
        the value of packageStructure