Changed Methods | ||
boolean
directoryExists
(NdRepositoryDirectory,
String |
Change in signature from
(NdRepositoryDirectory, java.lang.String ) to
(com.ibm.commerce.rules.util.NdRepositoryDirectory,
java.lang.String ). |
Checks to see if the directory exists in the tree according to the specified path. |
boolean
entryExists
(NdRepositoryDirectory,
String |
Change in signature from
(NdRepositoryDirectory, java.lang.String ) to
(com.ibm.commerce.rules.util.NdRepositoryDirectory,
java.lang.String ). |
Checks to see if the entry exists in the tree according to the specified path. |
NdRepositoryEntry
getEntry
(NdRepositoryDirectory,
String |
Change in return type from
NdRepositoryEntry to
com.ibm.commerce.rules.util.NdRepositoryEntry .Change in signature from ( NdRepositoryDirectory,
java.lang.String ) to
(com.ibm.commerce.rules.util.NdRepositoryDirectory,
java.lang.String ). |
Returns the entry at the specified path in the tree. |
boolean
isDirectory
(NdRepositoryEntry ) |
Change in signature from
NdRepositoryEntry to
com.ibm.commerce.rules.util.NdRepositoryEntry . |
Returns true if the entry is a directory. |
boolean
isItem
(NdRepositoryEntry ) |
Change in signature from
NdRepositoryEntry to
com.ibm.commerce.rules.util.NdRepositoryEntry . |
Returns true if the entry is an item. |
boolean
itemExists
(NdRepositoryDirectory,
String |
Change in signature from
(NdRepositoryDirectory, java.lang.String ) to
(com.ibm.commerce.rules.util.NdRepositoryDirectory,
java.lang.String ). |
Checks to see if the item exists in the tree according to the specified path. |