Method Summary |
|
| static ResourcePath |
createFromPath(String path) Creates a ResourcePath from a path string. The path should be a String constant, so that the NL2PKG package manager can automatically detect and add the file to the nl2pkg package. |
| bool |
equals(Object obj) Returns true if obj is a ResourcePath and links to the same resource as this |
| String |
toString() Returns the internal file path. Can be used for debugging purposes. |
Method Detail |
public static ResourcePath createFromPath(String path)
Creates a ResourcePath from a path string. The path should be a String constant, so that the NL2PKG package manager can automatically detect and add the file to the nl2pkg package.
Parameters:
| path | - | path to file (relative to the classpath) |
Since:
2.6.6.3
public bool equals(Object obj)
Returns true if obj is a ResourcePath and links to the same resource as this
public String toString()
Returns the internal file path. Can be used for debugging purposes.