org.glassfish.jersey.examples.sysprops.impl
Class PropertyNamesResourceImpl
java.lang.Object
org.glassfish.jersey.examples.sysprops.impl.PropertyNamesResourceImpl
- All Implemented Interfaces:
- PropertyNamesResource
public class PropertyNamesResourceImpl
- extends Object
- implements PropertyNamesResource
- Author:
- Martin Matula (martin.matula at oracle.com)
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
PropertyNamesResourceImpl
public PropertyNamesResourceImpl()
getPropertyNames
public Set<String> getPropertyNames()
- Specified by:
getPropertyNames in interface PropertyNamesResource
getProperty
public PropertyResource getProperty(String name)
- Specified by:
getProperty in interface PropertyNamesResource
Copyright © 2007-2013 Oracle Corporation. All Rights Reserved. Use is subject to license terms.