edu.washington.cs.sounddetector.server.api
Class APIConsts

java.lang.Object
  extended by edu.washington.cs.sounddetector.server.api.APIConsts

public class APIConsts
extends Object

Constants for the API.

Author:
the.dylan.price@gmail.com

Field Summary
static String API_PATH
          The path to api calls on the server, relative to the server's root.
static String UNKNOWN_SOUND_CLASS
          The name of the sound class which clients may not use.
 
Constructor Summary
APIConsts()
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

API_PATH

public static final String API_PATH
The path to api calls on the server, relative to the server's root.

See Also:
Constant Field Values

UNKNOWN_SOUND_CLASS

public static final String UNKNOWN_SOUND_CLASS
The name of the sound class which clients may not use.

See Also:
Constant Field Values
Constructor Detail

APIConsts

public APIConsts()


Copyright © 2012. All Rights Reserved.