|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object com.esri.arcgis.datasourcesraster.FolderCrawler
public class FolderCrawler
A crawler for folders that reside on the file-system.
Constructor Summary | |
---|---|
FolderCrawler()
Constructs a FolderCrawler using ArcGIS Engine. |
|
FolderCrawler(Object obj)
Deprecated. As of ArcGIS 9.2, replaced by normal Java casts. FolderCrawler theFolderCrawler = (FolderCrawler) obj; |
Method Summary | |
---|---|
boolean |
equals(Object o)
Compare this object with another |
static String |
getClsid()
getClsid. |
String |
getPath()
The file or folder path to crawl. |
IStringArray |
getPaths()
Returns all paths associated with the object. |
int |
hashCode()
the hashcode for this object |
boolean |
isRecurse()
Indicates whether folders are recursively traversed. |
void |
replacePaths(IStringArray pOldPaths,
IStringArray pNewPaths)
Updates all paths associated with the object using the specified mapping rule. |
void |
setPath(String pFileOrFolderPath)
The file or folder path to crawl. |
void |
setRecurse(boolean pbParseRecursively)
Indicates whether folders are recursively traversed. |
Methods inherited from class java.lang.Object |
---|
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait |
Methods inherited from interface com.esri.arcgis.interop.RemoteObjRef |
---|
getJintegraDispatch, release |
Constructor Detail |
---|
public FolderCrawler() throws IOException, UnknownHostException
IOException
- if there are interop problems
UnknownHostException
- if there are interop problemspublic FolderCrawler(Object obj) throws IOException
FolderCrawler theFolderCrawler = (FolderCrawler) obj;
obj
to FolderCrawler
.
obj
- an object returned from ArcGIS Engine or Server
IOException
- if there are interop problemsMethod Detail |
---|
public static String getClsid()
public boolean equals(Object o)
equals
in class Object
public int hashCode()
hashCode
in class Object
public void setPath(String pFileOrFolderPath) throws IOException, AutomationException
setPath
in interface IFileCrawler
pFileOrFolderPath
- The pFileOrFolderPath (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public String getPath() throws IOException, AutomationException
getPath
in interface IFileCrawler
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void setRecurse(boolean pbParseRecursively) throws IOException, AutomationException
setRecurse
in interface IFileCrawler
pbParseRecursively
- The pbParseRecursively (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public boolean isRecurse() throws IOException, AutomationException
isRecurse
in interface IFileCrawler
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public IStringArray getPaths() throws IOException, AutomationException
getPaths
in interface IItemPaths
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void replacePaths(IStringArray pOldPaths, IStringArray pNewPaths) throws IOException, AutomationException
replacePaths
in interface IItemPaths
pOldPaths
- A reference to a com.esri.arcgis.system.IStringArray (in)pNewPaths
- A reference to a com.esri.arcgis.system.IStringArray (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |