Class SFile

  • All Implemented Interfaces:
    Comparable<SFile>

    public class SFile
    extends Object
    implements Comparable<SFile>
    Secure replacement for java.io.File.

    This class should be used instead of java.io.File. There are few exceptions (mainly in the Swing part and in the ANT task)

    This class does some control access and in secure mode hide the real path of file, so that it cannot be printed to end users.