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

/solaris-userland-s11u3/components/visual-panels/core/src/java/smf-old/com/oracle/solaris/scf/common/
H A DFMRI.java75 public FMRI(URI uri) throws URISyntaxException argument
77 if (!uri.isAbsolute() || uri.isOpaque())
78 throw (new URISyntaxException(uri.toString(),
81 String scheme = uri.getScheme();
82 scope_ = uri.getAuthority();
86 canonicalStr_ = new URI(uri.getScheme(), scope_, uri.getPath(),
93 String[] top = uri.getPath().split("/:properties/", 2);
106 uri
[all...]

Completed in 19 milliseconds