Searched defs:relativePath (Results 1 - 3 of 3) sorted by relevance

/glassfish-3.1.2/common/common-util/src/main/java/com/sun/enterprise/util/io/
H A DFileListerRelative.java63 protected boolean relativePath() method in class:FileListerRelative
H A DFileLister.java68 abstract protected boolean relativePath(); method in class:FileLister
80 if(relativePath())
/glassfish-3.1.2/appclient/server/core/src/main/java/org/glassfish/appclient/server/core/jws/
H A DJavaWebStartInfo.java191 private final String relativePath; field in class:JavaWebStartInfo.SignedSystemContentFromApp
193 private SignedSystemContentFromApp(String tokenName, String relativePath) { argument
195 this.relativePath = relativePath;
199 return relativePath;
207 return URI.create(relativePath);

Completed in 79 milliseconds