Class ArtefactFile


  • public class ArtefactFile
    extends java.lang.Object
    Author:
    Sam Adams
    • Constructor Summary

      Constructors 
      Constructor Description
      ArtefactFile​(java.lang.String path)  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.lang.String getPath()  
      boolean isExe()  
      boolean isLibrary()  
      void setExe​(boolean exe)  
      void setLibrary​(boolean library)  
      • Methods inherited from class java.lang.Object

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

      • ArtefactFile

        public ArtefactFile​(java.lang.String path)
    • Method Detail

      • getPath

        public java.lang.String getPath()
      • isExe

        public boolean isExe()
      • isLibrary

        public boolean isLibrary()
      • setExe

        public void setExe​(boolean exe)
      • setLibrary

        public void setLibrary​(boolean library)