org.glassfish.jersey.examples.sysprops.impl
Class PropertyNamesResourceImpl

java.lang.Object
  extended by 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)

Constructor Summary
PropertyNamesResourceImpl()
           
 
Method Summary
 PropertyResource getProperty(String name)
           
 Set<String> getPropertyNames()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

PropertyNamesResourceImpl

public PropertyNamesResourceImpl()
Method Detail

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 and/or its affiliates. All Rights Reserved. Use is subject to license terms.