Class AssetPath


  • public class AssetPath
    extends java.lang.Object
    • Field Summary

      Fields 
      Modifier and Type Field Description
      java.nio.file.Path file  
      boolean isSystem  
    • Constructor Summary

      Constructors 
      Constructor Description
      AssetPath​(java.nio.file.Path file, boolean isSystem)  
    • Method Summary

      • Methods inherited from class java.lang.Object

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

      • file

        public final java.nio.file.Path file
      • isSystem

        public final boolean isSystem
    • Constructor Detail

      • AssetPath

        public AssetPath​(java.nio.file.Path file,
                         boolean isSystem)