Softhema Java Toolkit Collection 1.1

softhema.system.toolkits
Class ToolkitFile

java.lang.Object
  |
  +--softhema.system.toolkits.ToolkitFile

public class ToolkitFile
extends java.lang.Object


Constructor Summary
ToolkitFile()
           
 
Method Summary
static void deleteRecursive(java.io.File directory)
          Deletes a directory with contents.
static java.lang.String getLicenseInfo()
          The method returns copyright information of the Java class.
static java.io.File[] listFilesRecursive(java.io.File directory, boolean bIncludeDirectories)
          Lists the files of all subdirectories of the given directory development stage of the method: release
static java.lang.String textLoad(java.io.File file)
          Loads a text from a file.
static void textSave(java.io.File file, java.lang.String sText)
          Saves a text in a file development stage of the method: release
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ToolkitFile

public ToolkitFile()
Method Detail

getLicenseInfo

public static java.lang.String getLicenseInfo()
The method returns copyright information of the Java class.

deleteRecursive

public static void deleteRecursive(java.io.File directory)
Deletes a directory with contents.

development stage of the method: release


listFilesRecursive

public static java.io.File[] listFilesRecursive(java.io.File directory,
                                                boolean bIncludeDirectories)
Lists the files of all subdirectories of the given directory

development stage of the method: release


textLoad

public static java.lang.String textLoad(java.io.File file)
                                 throws java.io.IOException
Loads a text from a file.

development stage of the method: release


textSave

public static void textSave(java.io.File file,
                            java.lang.String sText)
                     throws java.io.IOException
Saves a text in a file

development stage of the method: release


Softhema Java Toolkit Collection 1.1

Introduction
Installation
Samples
License (read carefully)

Copyright 2001 by Softhema (www.softhema.de). Softhema and JTC are trademarks or registered trademarks. All rights reserved. This software comes with absolutely no warranty and no support. Read the license carefully.