Class com.symantec.itools.io.FileSystem
All Packages  Class Hierarchy  This Package  Previous  Next  Index
  Class com.symantec.itools.io.FileSystem
Object
   |
   +----com.symantec.itools.io.FileSystem
  -  public class FileSystem
  
-  extends Object
  
  -  Version:
  
 -  1.0
  
 -  Author:
  
 -  Symantec Internet Tools Division
  
 -  Since:
  
 -  VCafe 3.0
 
  
  -  
	isCaseSensitive
   -   
 
  
  -  
	com.symantec.itools.io.FileSystem()
   -  
 
  
  -  
	compareFilenames(String, String)
   -   
  
 -  
	compareFilenames(File, File)
   -    
 -  
	copyFile(File, File)
   -    
 -  
	getCanonicalPath(String, boolean)
   -   
  
 -  
	getCanonicalPath(String, boolean, boolean)
   -   
  
 -  
	getCanonicalPath(File, boolean)
   -   
  
 -  
	getCanonicalPath(File, boolean, boolean)
   -   
  
 -  
	getCurrentDirectory()
   -   
  
 -  
	getPath(String)
   -   
  
 -  
	getPath(String, boolean)
   -   
  
 -  
	getValidPath(String)
   -   
  
 -  
	getValidPath(String, boolean)
   -   
  
 -  
	isCaseSensitive()
   -   
  
 -  
	isInPath(String, String)
   -   
  
 -  
	lookupCaseSensitive(String[])
   -   
  
 -  
	quote(String)
   -   
  
 -  
	quoteIfNeeded(String)
   -   
 
  
isCaseSensitive
protected static boolean isCaseSensitive
  -  
  
-  Since:
VCafe 3.0
  
  
FileSystem
protected FileSystem()
  
compareFilenames
public static boolean compareFilenames(String name1,
                                       String name2)
  -  
  
 
 
    -  Parameters:
    
 -  name1 - TODO
    
-  name2 - TODO
  
  -  Since:
  
 -  VCafe 3.0
  
 
 
 
compareFilenames
public static boolean compareFilenames(File file1,
                                       File file2)
copyFile
public static boolean copyFile(File source,
                               File target) throws IOException
getCanonicalPath
public static java.lang.String getCanonicalPath(String fileName,
                                                boolean keepCase)
  -  
  
 
 
    -  Parameters:
    
 -  fileName - TODO
    
-  keepCase - TODO
  
  -  Since:
  
 -  VCafe 3.0
  
 
 
 
getCanonicalPath
public static java.lang.String getCanonicalPath(String fileName,
                                                boolean keepCase,
                                                boolean isDir)
  -  
  
 
 
    -  Parameters:
    
 -  fileName - TODO
    
-  keepCase - TODO
    
-  isDir - TODO
  
   -  Since:
  
 -  VCafe 3.0
  
 
 
 
getCanonicalPath
public static java.lang.String getCanonicalPath(File file,
                                                boolean keepCase)
  -  
  
 
 
    -  Parameters:
    
 -  file - TODO
    
-  keepCase - TODO
  
  -  Since:
  
 -  VCafe 3.0
  
 
 
 
getCanonicalPath
public static java.lang.String getCanonicalPath(File file,
                                                boolean keepCase,
                                                boolean isDir)
  -  
  
 
 
    -  Parameters:
    
 -  file - TODO
    
-  keepCase - TODO
    
-  isDir - TODO
  
   -  Since:
  
 -  VCafe 3.0
  
 
 
 
getCurrentDirectory
public static java.lang.String getCurrentDirectory()
  -  
  
 
 
  -  Since:
  
 -  VCafe 3.0
  
 
 
 
getPath
public static java.lang.String[] getPath(String path)
  -  
  
 
 
    -  Parameters:
    
 -  path - TODO
  
 -  Since:
  
 -  VCafe 3.0
  
 
 
 
getPath
public static java.lang.String[] getPath(String path,
                                         boolean allowFiles)
  -  
  
 
 
    -  Parameters:
    
 -  path - TODO
    
-  allowFiles - TODO
  
  -  Since:
  
 -  VCafe 3.0
  
 
 
 
getValidPath
public static java.lang.String[] getValidPath(String path)
  -  
  
 
 
    -  Parameters:
    
 -  path - TODO
  
 -  Since:
  
 -  VCafe 3.0
  
 
 
 
getValidPath
public static java.lang.String[] getValidPath(String path,
                                              boolean allowFiles)
  -  
  
 
 
    -  Parameters:
    
 -  path - TODO
    
-  allowFiles - TODO
  
  -  Since:
  
 -  VCafe 3.0
  
 
 
 
isCaseSensitive
public static boolean isCaseSensitive()
  -  
  
 
 
  -  Since:
  
 -  VCafe 3.0
  
 
 
 
isInPath
public static boolean isInPath(String fileName,
                               String directory)
  -  
  
 
 
    -  Parameters:
    
 -  fileName - TODO
    
-  directory - TODO
  
  -  Since:
  
 -  VCafe 3.0
  
 
 
 
lookupCaseSensitive
protected static boolean lookupCaseSensitive(String[] list)
  -  
  
 
 
    -  Parameters:
    
 -  list - TODO
  
 -  Since:
  
 -  VCafe 3.0
  
 
 
 
quote
public static java.lang.String quote(String fileName)
  -  
  
 
 
    -  Parameters:
    
 -  fileName - TODO
  
 -  Since:
  
 -  VCafe 3.0
  
 
 
 
quoteIfNeeded
public static java.lang.String quoteIfNeeded(String fileName)
  -  
  
 
 
    -  Parameters:
    
 -  fileName - TODO
  
 -  Since:
  
 -  VCafe 3.0
  
 
 
 
All Packages  Class Hierarchy  This Package  Previous  Next  Index