Class App
- java.lang.Object
-
- org.glassfish.jersey.examples.console.App
-
public class App extends Object
-
-
Field Summary
Fields Modifier and Type Field Description static URIBASE_URIstatic intdefaultPort
-
Constructor Summary
Constructors Constructor Description App()
-
-
-
Field Detail
-
BASE_URI
public static final URI BASE_URI
-
defaultPort
public static final int defaultPort
- See Also:
- Constant Field Values
-
-
Method Detail
-
createApp
public static ResourceConfig createApp()
-
main
public static void main(String[] args)
-
-