@Path(value="properties")
@Produces(value="text/plain")
@Consumes(value="text/plain")
public interface PropertyNamesResource
| Modifier and Type | Method and Description |
|---|---|
PropertyResource |
getProperty(String name) |
Set<String> |
getPropertyNames() |
@Path(value="{name}")
PropertyResource getProperty(@PathParam(value="name")
String name)
Copyright © 2007-2017, Oracle and/or its affiliates. All Rights Reserved. Use is subject to license terms.