public final class CountersRs extends BaseRs
Constructor and Description |
---|
CountersRs() |
Modifier and Type | Method and Description |
---|---|
void |
add(String name)
Add a new counter.
|
void |
delete(String name)
Delete a counter.
|
Response |
index()
Get entrance page JAX-RS response.
|
auth, base, flash, menu, supplementary, token, user, version
public Response index() throws Exception
Exception
- If some problem insidepublic void add(String name) throws IOException
name
- Name of the counterIOException
- If fails due to IO problempublic void delete(String name) throws IOException
name
- Name of the counterIOException
- If fails due to IO problemCopyright © 2014–2015 teamed.io. All rights reserved.