JavaScript is disabled on your browser.
 
 
 
Oracle Fusion Middleware Java API Reference for Oracle Extension SDK 12c (12.1.3)  E41664-01
 
Summary:  
Nested |  
Field |  
Constr |  
Method  
 
Detail:  
Field |  
Constr |  
Method  
 
 
  
java.lang.Object 
oracle.ide.net.SymlinkCycleDetector 
 
 
 
 
Method Summary 
Methods    
Modifier and Type 
Method and Description 
 
static SymlinkCycleDetector  
getInstance  (java.net.URL root)
Get an instance to detect symilnk cycles in a directory tree.
 
 
boolean 
isSymlinkCycle  (java.net.URL dir,
              URLFileSystem.FileInfo [] infos)
Determine if a directory is a sylink pointing to a directory higher
 up in the directory tree.
 
 
 
Methods inherited from class java.lang.Object 
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait 
 
 
 
 
 
 
 
Method Detail 
 
getInstance 
public static SymlinkCycleDetector  getInstance(java.net.URL root) 
Get an instance to detect symilnk cycles in a directory tree.  Each
 instance should only be used for one iteration through the directory
 tree.
Parameters: root - the root of the directory tree 
Returns: the instance  
 
 
 
isSymlinkCycle 
public boolean isSymlinkCycle(java.net.URL dir,
                     URLFileSystem.FileInfo [] infos) 
Determine if a directory is a sylink pointing to a directory higher
 up in the directory tree.  If symlink cycle detection is not implemented
 on the current platform, this will always return false.
Parameters: dir - the directoryinfos - the contents of the directory 
Returns: true if the directory is a symlink cycle,
   false otherwise 
 
 
 
 
 
 
 
 
 
 
Oracle Fusion Middleware Java API Reference for Oracle Extension SDK 12c (12.1.3)  E41664-01
 
Summary:  
Nested |  
Field |  
Constr |  
Method  
 
Detail:  
Field |  
Constr |  
Method  
 
 
  
Copyright © 1997, 2014, Oracle. All rights reserved.