|
Spec-Zone .ru
спецификации, руководства, описания, API
|
|
Java™ Platform Standard Ed. 7 DRAFT ea-b118 |
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectjava.security.URIParameter
public class URIParameter extends Object implements Policy.Parameters, Configuration.Parameters
A parameter that contains a URI pointing to data intended for a PolicySpi or ConfigurationSpi implementation.
| Constructor and Description |
|---|
URIParameter(URI uri)
Constructs a URIParameter with the URI pointing to data intended for an SPI implementation. |
| Modifier and Type | Method and Description |
|---|---|
URI |
getURI()
Returns the URI. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public URIParameter(URI uri)
uri - the URI pointing to the data.NullPointerException - if the specified URI is null.| Method Detail |
|---|
public URI getURI()
|
Java™ Platform Standard Ed. 7 DRAFT ea-b118 |
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
Copyright © 1993, 2010, Oracle Corporation. All rights reserved.