Object FileTools.Companion

    • Nested Class Summary

      Nested Classes 
      Modifier and Type Class Description
    • Constructor Summary

      Constructors 
      Constructor Description
    • Enum Constant Summary

      Enum Constants 
      Enum Constant Description
    • Method Summary

      Modifier and Type Method Description
      final static FileReadTools readOnly(String root, List<StringTransformer> fileContentTransformers) Create a FileReadTools instance with the given root directory.
      final static FileReadTools readOnly(String root) Create a FileReadTools instance with the given root directory.
      final static FileTools readWrite(String root, List<StringTransformer> fileContentTransformers) Create a readwrite FileTools instance with the given root directory.
      final static FileTools readWrite(String root) Create a readwrite FileTools instance with the given root directory.
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait