Returns the full name of this Folder. If the folder resides under the root hierarchy of this Store, the returned name is relative to the root. Otherwise an absolute name, starting with the hierarchy delimiter, is returned. This method can be invoked on a closed Folder. @return full name of th
()
| 156 | * @return full name of the Folder |
| 157 | */ |
| 158 | public abstract String getFullName(); |
| 159 | |
| 160 | /** |
| 161 | * Return a URLName representing this folder. The returned URLName |
no outgoing calls
no test coverage detected