Modifier and Type | Interface and Description |
---|---|
static class |
UFDirpath.AskDirsData |
Modifier and Type | Method and Description |
---|---|
void |
append(Tag self,
Tag append)
Refer to UF_DIRPATH_append for documentation.
|
void |
appendFromDirs(Tag self,
int count,
String[] dirs)
Refer to UF_DIRPATH_append_from_dirs for documentation.
|
void |
appendFromEnv(Tag self,
String envArg)
Refer to UF_DIRPATH_append_from_env for documentation.
|
String |
askCurrDir(Tag self)
Refer to UF_DIRPATH_ask_curr_dir for documentation.
|
int |
askDirCount(Tag self)
Refer to UF_DIRPATH_ask_dir_count for documentation.
|
int |
askDirIndex(Tag self)
Refer to UF_DIRPATH_ask_dir_index for documentation.
|
UFDirpath.AskDirsData |
askDirs(Tag self)
Refer to UF_DIRPATH_ask_dirs for documentation.
|
String |
askNextDir(Tag self)
Refer to UF_DIRPATH_ask_next_dir for documentation.
|
String |
askNthDir(Tag self,
int index)
Refer to UF_DIRPATH_ask_nth_dir for documentation.
|
String |
askPrevDir(Tag self)
Refer to UF_DIRPATH_ask_prev_dir for documentation.
|
Tag |
createFromDirs(int count,
String[] dirs)
Refer to UF_DIRPATH_create_from_dirs for documentation.
|
Tag |
createFromEnv(String envArg)
Refer to UF_DIRPATH_create_from_env for documentation.
|
String |
findFile(Tag self,
String name)
Refer to UF_DIRPATH_find_file for documentation.
|
void |
startDirIteration(Tag self)
Refer to UF_DIRPATH_start_dir_iteration for documentation.
|
Tag createFromEnv(String envArg) throws NXException, RemoteException
NXException
RemoteException
Tag createFromDirs(int count, String[] dirs) throws NXException, RemoteException
NXException
RemoteException
void append(Tag self, Tag append) throws NXException, RemoteException
NXException
RemoteException
void appendFromEnv(Tag self, String envArg) throws NXException, RemoteException
NXException
RemoteException
void appendFromDirs(Tag self, int count, String[] dirs) throws NXException, RemoteException
NXException
RemoteException
UFDirpath.AskDirsData askDirs(Tag self) throws NXException, RemoteException
NXException
RemoteException
int askDirCount(Tag self) throws NXException, RemoteException
NXException
RemoteException
int askDirIndex(Tag self) throws NXException, RemoteException
NXException
RemoteException
String askNthDir(Tag self, int index) throws NXException, RemoteException
NXException
RemoteException
String findFile(Tag self, String name) throws NXException, RemoteException
NXException
RemoteException
void startDirIteration(Tag self) throws NXException, RemoteException
NXException
RemoteException
String askNextDir(Tag self) throws NXException, RemoteException
NXException
RemoteException
String askPrevDir(Tag self) throws NXException, RemoteException
NXException
RemoteException
String askCurrDir(Tag self) throws NXException, RemoteException
NXException
RemoteException
Copyright 2011 Siemens Product Lifecycle Management Software Inc. All Rights Reserved.