|
Rational Developer for Power Systems Software V8.0 |
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.ibm.etools.iseries.projects.core.IBMiProjectResourceNameUtil
public class IBMiProjectResourceNameUtil
Utility methods.
| Field Summary | |
|---|---|
static String |
copyright
|
| Constructor Summary | |
|---|---|
IBMiProjectResourceNameUtil()
|
|
| Method Summary | |
|---|---|
static String |
escapeFileName(String name)
Gets the escaped name for the specified name. |
static boolean |
isEscaped(String name)
Checks if a name contains any escape sequences. |
static boolean |
isUnescaped(String name)
Checks if a name contains unescaped characters ignoring any escape sequences already present in the name. |
static String |
unEscapeFileName(String name)
Reverses what was done in the escapeFileName(String name) method. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
public static String copyright
| Constructor Detail |
|---|
public IBMiProjectResourceNameUtil()
| Method Detail |
|---|
public static boolean isEscaped(String name)
name - the name to check
public static boolean isUnescaped(String name)
name - the name to check
public static String escapeFileName(String name)
name - the name to escape
public static String unEscapeFileName(String name)
name - the name to "unescape".
|
Rational Developer for Power Systems Software V8.0 |
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||