Interface PropertyNamesResource
-
- All Known Implementing Classes:
PropertyNamesResourceImpl
@Path("properties") @Produces("text/plain") @Consumes("text/plain") public interface PropertyNamesResource
- Author:
- Martin Matula
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description PropertyResourcegetProperty(String name)Set<String>getPropertyNames()
-
-
-
Method Detail
-
getProperty
@Path("{name}") PropertyResource getProperty(@PathParam("name") String name)
-
-