Skip navigation links
A B C D E G H I J K L M N O P Q R S T V W X 

A

accumulate(String, Object) - Method in class restx.build.org.json.JSONObject
Accumulate values under a key.
AMP - Static variable in class restx.build.org.json.XML
The Character '&'.
APOS - Static variable in class restx.build.org.json.XML
The Character '''.
append(String, Object) - Method in class restx.build.org.json.JSONObject
Append values to the array under a key.

B

back() - Method in class restx.build.org.json.JSONTokener
Back up one character.
BANG - Static variable in class restx.build.org.json.XML
The Character '!'.

C

concatDependency(String, ModuleDependency) - Method in class restx.build.ModuleDescriptor
 
convert(String, String) - Static method in class restx.build.RestxBuild
Converts one or a bunch of module descriptor to another format.
convert(Path, Path) - Static method in class restx.build.RestxBuild
Converts one module descriptor to another format.

D

dehexchar(char) - Static method in class restx.build.org.json.JSONTokener
Get the hex value of a character (base16).
doubleToString(double) - Static method in class restx.build.org.json.JSONObject
Produce a string from a double.

E

end() - Method in class restx.build.org.json.JSONTokener
 
entity - Static variable in class restx.build.org.json.XMLTokener
The table of entity values.
EQ - Static variable in class restx.build.org.json.XML
The Character '='.
escape(String) - Static method in class restx.build.org.json.XML
Replace special characters with XML escapes:
expandProperties(Map<String, String>, String) - Static method in class restx.build.RestxBuildHelper
 
expandProperty(String, String, String) - Static method in class restx.build.RestxBuildHelper
 

G

GAV - Class in restx.build
User: xavierhanin Date: 4/14/13 Time: 2:21 PM
GAV(String, String, String) - Constructor for class restx.build.GAV
 
GAV(String, String, String, String) - Constructor for class restx.build.GAV
 
generate(ModuleDescriptor, Writer) - Method in class restx.build.IvySupport
 
generate(ModuleDescriptor, Writer) - Method in class restx.build.MavenSupport
 
generate(ModuleDescriptor, Writer) - Method in interface restx.build.RestxBuild.Generator
 
generate(ModuleDescriptor, Writer) - Method in class restx.build.RestxJsonSupport
 
get(int) - Method in class restx.build.org.json.JSONArray
Get the object value associated with an index.
get(String) - Method in class restx.build.org.json.JSONObject
Get the value object associated with a key.
getArtifactId() - Method in class restx.build.GAV
 
getBoolean(int) - Method in class restx.build.org.json.JSONArray
Get the boolean value associated with an index.
getBoolean(String) - Method in class restx.build.org.json.JSONObject
Get the boolean value associated with a key.
getCause() - Method in exception restx.build.org.json.JSONException
Returns the cause of this exception or null if the cause is nonexistent or unknown.
getDefaultFileName() - Method in class restx.build.IvySupport
 
getDefaultFileName() - Method in class restx.build.MavenSupport
 
getDefaultFileName() - Method in interface restx.build.RestxBuild.Generator
 
getDefaultFileName() - Method in class restx.build.RestxJsonSupport
 
getDependencies(String) - Method in class restx.build.ModuleDescriptor
 
getDependencyScopes() - Method in class restx.build.ModuleDescriptor
 
getDouble(int) - Method in class restx.build.org.json.JSONArray
Get the double value associated with an index.
getDouble(String) - Method in class restx.build.org.json.JSONObject
Get the double value associated with a key.
getFragments(String) - Method in class restx.build.ModuleDescriptor
 
getGav() - Method in class restx.build.ModuleDependency
 
getGav() - Method in class restx.build.ModuleDescriptor
 
getGroupId() - Method in class restx.build.GAV
 
getInt(int) - Method in class restx.build.org.json.JSONArray
Get the int value associated with an index.
getInt(String) - Method in class restx.build.org.json.JSONObject
Get the int value associated with a key.
getJSONArray(int) - Method in class restx.build.org.json.JSONArray
Get the JSONArray associated with an index.
getJSONArray(String) - Method in class restx.build.org.json.JSONObject
Get the JSONArray value associated with a key.
getJSONObject(int) - Method in class restx.build.org.json.JSONArray
Get the JSONObject associated with an index.
getJSONObject(String) - Method in class restx.build.org.json.JSONObject
Get the JSONObject value associated with a key.
getLong(int) - Method in class restx.build.org.json.JSONArray
Get the long value associated with an index.
getLong(String) - Method in class restx.build.org.json.JSONObject
Get the long value associated with a key.
getNames(JSONObject) - Static method in class restx.build.org.json.JSONObject
Get an array of field names from a JSONObject.
getNames(Object) - Static method in class restx.build.org.json.JSONObject
Get an array of field names from an Object.
getPackaging() - Method in class restx.build.ModuleDescriptor
 
getParent() - Method in class restx.build.ModuleDescriptor
 
getProperties() - Method in class restx.build.ModuleDescriptor
 
getString(int) - Method in class restx.build.org.json.JSONArray
Get the string associated with an index.
getString(String) - Method in class restx.build.org.json.JSONObject
Get the string associated with a key.
getType() - Method in class restx.build.GAV
 
getVersion() - Method in class restx.build.GAV
 
GT - Static variable in class restx.build.org.json.XML
The Character '>'.

H

has(String) - Method in class restx.build.org.json.JSONObject
Determine if the JSONObject contains a specific key.

I

increment(String) - Method in class restx.build.org.json.JSONObject
Increment a property of a JSONObject.
isNull(int) - Method in class restx.build.org.json.JSONArray
Determine if the value is null.
isNull(String) - Method in class restx.build.org.json.JSONObject
Determine if the value associated with the key is null or if there is no value.
IvySupport - Class in restx.build
User: xavierhanin Date: 4/14/13 Time: 2:08 PM
IvySupport() - Constructor for class restx.build.IvySupport
 

J

join(String) - Method in class restx.build.org.json.JSONArray
Make a string from the contents of this JSONArray.
JSONArray - Class in restx.build.org.json
A JSONArray is an ordered sequence of values.
JSONArray() - Constructor for class restx.build.org.json.JSONArray
Construct an empty JSONArray.
JSONArray(JSONTokener) - Constructor for class restx.build.org.json.JSONArray
Construct a JSONArray from a JSONTokener.
JSONArray(String) - Constructor for class restx.build.org.json.JSONArray
Construct a JSONArray from a source JSON text.
JSONArray(Collection) - Constructor for class restx.build.org.json.JSONArray
Construct a JSONArray from a Collection.
JSONArray(Object) - Constructor for class restx.build.org.json.JSONArray
Construct a JSONArray from an array
JSONException - Exception in restx.build.org.json
The JSONException is thrown by the JSON.org classes when things are amiss.
JSONException(String) - Constructor for exception restx.build.org.json.JSONException
Constructs a JSONException with an explanatory message.
JSONException(Throwable) - Constructor for exception restx.build.org.json.JSONException
Constructs a new JSONException with the specified cause.
JSONObject - Class in restx.build.org.json
A JSONObject is an unordered collection of name/value pairs.
JSONObject() - Constructor for class restx.build.org.json.JSONObject
Construct an empty JSONObject.
JSONObject(JSONObject, String[]) - Constructor for class restx.build.org.json.JSONObject
Construct a JSONObject from a subset of another JSONObject.
JSONObject(JSONTokener) - Constructor for class restx.build.org.json.JSONObject
Construct a JSONObject from a JSONTokener.
JSONObject(Map) - Constructor for class restx.build.org.json.JSONObject
Construct a JSONObject from a Map.
JSONObject(Object) - Constructor for class restx.build.org.json.JSONObject
Construct a JSONObject from an Object using bean getters.
JSONObject(Object, String[]) - Constructor for class restx.build.org.json.JSONObject
Construct a JSONObject from an Object, using reflection to find the public members.
JSONObject(String) - Constructor for class restx.build.org.json.JSONObject
Construct a JSONObject from a source JSON text string.
JSONObject(String, Locale) - Constructor for class restx.build.org.json.JSONObject
Construct a JSONObject from a ResourceBundle.
JSONString - Interface in restx.build.org.json
The JSONString interface allows a toJSONString() method so that a class can change the behavior of JSONObject.toString(), JSONArray.toString(), and JSONWriter.value(Object).
JSONTokener - Class in restx.build.org.json
A JSONTokener takes a source string and extracts characters and tokens from it.
JSONTokener(Reader) - Constructor for class restx.build.org.json.JSONTokener
Construct a JSONTokener from a Reader.
JSONTokener(InputStream) - Constructor for class restx.build.org.json.JSONTokener
Construct a JSONTokener from an InputStream.
JSONTokener(String) - Constructor for class restx.build.org.json.JSONTokener
Construct a JSONTokener from a string.

K

keys() - Method in class restx.build.org.json.JSONObject
Get an enumeration of the keys of the JSONObject.
keySet() - Method in class restx.build.org.json.JSONObject
Get a set of keys of the JSONObject.

L

length() - Method in class restx.build.org.json.JSONArray
Get the number of elements in the JSONArray, included nulls.
length() - Method in class restx.build.org.json.JSONObject
Get the number of keys stored in the JSONObject.
LT - Static variable in class restx.build.org.json.XML
The Character '<'.

M

main(String[]) - Static method in class restx.build.RestxBuild
 
matches(Pattern) - Method in class restx.build.ModuleFragment
 
MavenSupport - Class in restx.build
User: xavierhanin Date: 4/14/13 Time: 2:08 PM
MavenSupport() - Constructor for class restx.build.MavenSupport
 
ModuleDependency - Class in restx.build
User: xavierhanin Date: 4/14/13 Time: 3:19 PM
ModuleDependency(GAV) - Constructor for class restx.build.ModuleDependency
 
ModuleDescriptor - Class in restx.build
User: xavierhanin Date: 4/14/13 Time: 2:07 PM
ModuleDescriptor(GAV, GAV, String, Map<String, String>, Map<String, List<ModuleFragment>>, Map<String, List<ModuleDependency>>) - Constructor for class restx.build.ModuleDescriptor
 
ModuleFragment - Class in restx.build
User: xavierhanin Date: 4/15/13 Time: 12:32 PM
ModuleFragment(String) - Constructor for class restx.build.ModuleFragment
 
more() - Method in class restx.build.org.json.JSONTokener
Determine if the source string still contains characters that next() can consume.

N

names() - Method in class restx.build.org.json.JSONObject
Produce a JSONArray containing the names of the elements of this JSONObject.
next() - Method in class restx.build.org.json.JSONTokener
Get the next character in the source string.
next(char) - Method in class restx.build.org.json.JSONTokener
Consume the next character, and check that it matches a specified character.
next(int) - Method in class restx.build.org.json.JSONTokener
Get the next n characters.
nextCDATA() - Method in class restx.build.org.json.XMLTokener
Get the text in the CDATA block.
nextClean() - Method in class restx.build.org.json.JSONTokener
Get the next char in the string, skipping whitespace.
nextContent() - Method in class restx.build.org.json.XMLTokener
Get the next XML outer token, trimming whitespace.
nextEntity(char) - Method in class restx.build.org.json.XMLTokener
Return the next entity.
nextMeta() - Method in class restx.build.org.json.XMLTokener
Returns the next XML meta token.
nextString(char) - Method in class restx.build.org.json.JSONTokener
Return the characters up to the next close quote character.
nextTo(char) - Method in class restx.build.org.json.JSONTokener
Get the text up but not including the specified character or the end of line, whichever comes first.
nextTo(String) - Method in class restx.build.org.json.JSONTokener
Get the text up but not including one of the specified delimiter characters or the end of line, whichever comes first.
nextToken() - Method in class restx.build.org.json.XMLTokener
Get the next XML Token.
nextValue() - Method in class restx.build.org.json.JSONTokener
Get the next value.
None - Interface in restx.build.org.json
 
none - Static variable in interface restx.build.org.json.None
Negative One
noSpace(String) - Static method in class restx.build.org.json.XML
Throw an exception if the string contains whitespace.
NULL - Static variable in class restx.build.org.json.JSONObject
It is sometimes more convenient and less ambiguous to have a NULL object than to use Java's null value.
numberToString(Number) - Static method in class restx.build.org.json.JSONObject
Produce a string from a Number.

O

opt(int) - Method in class restx.build.org.json.JSONArray
Get the optional object value associated with an index.
opt(String) - Method in class restx.build.org.json.JSONObject
Get an optional value associated with a key.
optBoolean(int) - Method in class restx.build.org.json.JSONArray
Get the optional boolean value associated with an index.
optBoolean(int, boolean) - Method in class restx.build.org.json.JSONArray
Get the optional boolean value associated with an index.
optBoolean(String) - Method in class restx.build.org.json.JSONObject
Get an optional boolean associated with a key.
optBoolean(String, boolean) - Method in class restx.build.org.json.JSONObject
Get an optional boolean associated with a key.
optDouble(int) - Method in class restx.build.org.json.JSONArray
Get the optional double value associated with an index.
optDouble(int, double) - Method in class restx.build.org.json.JSONArray
Get the optional double value associated with an index.
optDouble(String) - Method in class restx.build.org.json.JSONObject
Get an optional double associated with a key, or NaN if there is no such key or if its value is not a number.
optDouble(String, double) - Method in class restx.build.org.json.JSONObject
Get an optional double associated with a key, or the defaultValue if there is no such key or if its value is not a number.
optInt(int) - Method in class restx.build.org.json.JSONArray
Get the optional int value associated with an index.
optInt(int, int) - Method in class restx.build.org.json.JSONArray
Get the optional int value associated with an index.
optInt(String) - Method in class restx.build.org.json.JSONObject
Get an optional int value associated with a key, or zero if there is no such key or if the value is not a number.
optInt(String, int) - Method in class restx.build.org.json.JSONObject
Get an optional int value associated with a key, or the default if there is no such key or if the value is not a number.
optJSONArray(int) - Method in class restx.build.org.json.JSONArray
Get the optional JSONArray associated with an index.
optJSONArray(String) - Method in class restx.build.org.json.JSONObject
Get an optional JSONArray associated with a key.
optJSONObject(int) - Method in class restx.build.org.json.JSONArray
Get the optional JSONObject associated with an index.
optJSONObject(String) - Method in class restx.build.org.json.JSONObject
Get an optional JSONObject associated with a key.
optLong(int) - Method in class restx.build.org.json.JSONArray
Get the optional long value associated with an index.
optLong(int, long) - Method in class restx.build.org.json.JSONArray
Get the optional long value associated with an index.
optLong(String) - Method in class restx.build.org.json.JSONObject
Get an optional long value associated with a key, or zero if there is no such key or if the value is not a number.
optLong(String, long) - Method in class restx.build.org.json.JSONObject
Get an optional long value associated with a key, or the default if there is no such key or if the value is not a number.
optString(int) - Method in class restx.build.org.json.JSONArray
Get the optional string value associated with an index.
optString(int, String) - Method in class restx.build.org.json.JSONArray
Get the optional string associated with an index.
optString(String) - Method in class restx.build.org.json.JSONObject
Get an optional string associated with a key.
optString(String, String) - Method in class restx.build.org.json.JSONObject
Get an optional string associated with a key.

P

parse(String) - Static method in class restx.build.GAV
 
parse(Path) - Method in class restx.build.MavenSupport
 
parse(InputStream) - Method in class restx.build.MavenSupport
 
parse(Path) - Method in interface restx.build.RestxBuild.Parser
 
parse(InputStream) - Method in interface restx.build.RestxBuild.Parser
 
parse(InputStream) - Method in class restx.build.RestxJsonSupport
 
parse(Path) - Method in class restx.build.RestxJsonSupport
 
put(boolean) - Method in class restx.build.org.json.JSONArray
Append a boolean value.
put(Collection) - Method in class restx.build.org.json.JSONArray
Put a value in the JSONArray, where the value will be a JSONArray which is produced from a Collection.
put(double) - Method in class restx.build.org.json.JSONArray
Append a double value.
put(int) - Method in class restx.build.org.json.JSONArray
Append an int value.
put(long) - Method in class restx.build.org.json.JSONArray
Append an long value.
put(Map) - Method in class restx.build.org.json.JSONArray
Put a value in the JSONArray, where the value will be a JSONObject which is produced from a Map.
put(Object) - Method in class restx.build.org.json.JSONArray
Append an object value.
put(int, boolean) - Method in class restx.build.org.json.JSONArray
Put or replace a boolean value in the JSONArray.
put(int, Collection) - Method in class restx.build.org.json.JSONArray
Put a value in the JSONArray, where the value will be a JSONArray which is produced from a Collection.
put(int, double) - Method in class restx.build.org.json.JSONArray
Put or replace a double value.
put(int, int) - Method in class restx.build.org.json.JSONArray
Put or replace an int value.
put(int, long) - Method in class restx.build.org.json.JSONArray
Put or replace a long value.
put(int, Map) - Method in class restx.build.org.json.JSONArray
Put a value in the JSONArray, where the value will be a JSONObject that is produced from a Map.
put(int, Object) - Method in class restx.build.org.json.JSONArray
Put or replace an object value in the JSONArray.
put(String, boolean) - Method in class restx.build.org.json.JSONObject
Put a key/boolean pair in the JSONObject.
put(String, Collection) - Method in class restx.build.org.json.JSONObject
Put a key/value pair in the JSONObject, where the value will be a JSONArray which is produced from a Collection.
put(String, double) - Method in class restx.build.org.json.JSONObject
Put a key/double pair in the JSONObject.
put(String, int) - Method in class restx.build.org.json.JSONObject
Put a key/int pair in the JSONObject.
put(String, long) - Method in class restx.build.org.json.JSONObject
Put a key/long pair in the JSONObject.
put(String, Map) - Method in class restx.build.org.json.JSONObject
Put a key/value pair in the JSONObject, where the value will be a JSONObject which is produced from a Map.
put(String, Object) - Method in class restx.build.org.json.JSONObject
Put a key/value pair in the JSONObject.
putOnce(String, Object) - Method in class restx.build.org.json.JSONObject
Put a key/value pair in the JSONObject, but only if the key and the value are both non-null, and only if there is not already a member with that name.
putOpt(String, Object) - Method in class restx.build.org.json.JSONObject
Put a key/value pair in the JSONObject, but only if the key and the value are both non-null.

Q

QUEST - Static variable in class restx.build.org.json.XML
The Character '?'.
QUOT - Static variable in class restx.build.org.json.XML
The Character '"'.
quote(String) - Static method in class restx.build.org.json.JSONObject
Produce a string in double quotes with backslash sequences in all the right places.
quote(String, Writer) - Static method in class restx.build.org.json.JSONObject
 

R

remove(int) - Method in class restx.build.org.json.JSONArray
Remove an index and close the hole.
remove(String) - Method in class restx.build.org.json.JSONObject
Remove a name and its value, if present.
resolveForeignModuleDescriptorsIn(Path) - Static method in class restx.build.RestxBuild
 
restx.build - package restx.build
 
restx.build.org.json - package restx.build.org.json
 
RestxBuild - Class in restx.build
User: xavierhanin Date: 4/14/13 Time: 10:49 PM
RestxBuild() - Constructor for class restx.build.RestxBuild
 
RestxBuild.Generator - Interface in restx.build
 
RestxBuild.Parser - Interface in restx.build
 
RestxBuildHelper - Class in restx.build
User: xavierhanin Date: 4/16/13 Time: 11:55 PM
RestxBuildHelper() - Constructor for class restx.build.RestxBuildHelper
 
RestxJsonSupport - Class in restx.build
User: xavierhanin Date: 4/14/13 Time: 2:08 PM
RestxJsonSupport() - Constructor for class restx.build.RestxJsonSupport
 

S

skipPast(String) - Method in class restx.build.org.json.XMLTokener
Skip characters until past the requested string.
skipTo(char) - Method in class restx.build.org.json.JSONTokener
Skip characters until the next character is the requested character.
SLASH - Static variable in class restx.build.org.json.XML
The Character '/'.
stringToValue(String) - Static method in class restx.build.org.json.JSONObject
Try to convert a string into a number, boolean, or null.
stringToValue(String) - Static method in class restx.build.org.json.XML
Try to convert a string into a number, boolean, or null.
syntaxError(String) - Method in class restx.build.org.json.JSONTokener
Make a JSONException to signal a syntax error.

T

testValidity(Object) - Static method in class restx.build.org.json.JSONObject
Throw an exception if the object is a NaN or infinite number.
toJSONArray(JSONArray) - Method in class restx.build.org.json.JSONObject
Produce a JSONArray containing the values of the members of this JSONObject.
toJSONObject(JSONArray) - Method in class restx.build.org.json.JSONArray
Produce a JSONObject by combining a JSONArray of names with the values of this JSONArray.
toJSONObject(String) - Static method in class restx.build.org.json.XML
Convert a well-formed (but not necessarily valid) XML string into a JSONObject.
toJSONString() - Method in interface restx.build.org.json.JSONString
The toJSONString method allows a class to produce its own JSON serialization.
toString() - Method in class restx.build.GAV
 
toString() - Method in class restx.build.org.json.JSONArray
Make a JSON text of this JSONArray.
toString(int) - Method in class restx.build.org.json.JSONArray
Make a prettyprinted JSON text of this JSONArray.
toString() - Method in class restx.build.org.json.JSONObject
Make a JSON text of this JSONObject.
toString(int) - Method in class restx.build.org.json.JSONObject
Make a prettyprinted JSON text of this JSONObject.
toString() - Method in class restx.build.org.json.JSONTokener
Make a printable string of this JSONTokener.
toString(Object) - Static method in class restx.build.org.json.XML
Convert a JSONObject into a well-formed, element-normal XML string.
toString(Object, String) - Static method in class restx.build.org.json.XML
Convert a JSONObject into a well-formed, element-normal XML string.
toString(InputStream) - Static method in class restx.build.RestxBuildHelper
 

V

valueToString(Object) - Static method in class restx.build.org.json.JSONObject
Make a JSON text of an Object value.

W

wrap(Object) - Static method in class restx.build.org.json.JSONObject
Wrap an object, if necessary.
write(ModuleDescriptor, Writer) - Method in class restx.build.ModuleFragment
 
write(Writer) - Method in class restx.build.org.json.JSONArray
Write the contents of the JSONArray as JSON text to a writer.
write(Writer) - Method in class restx.build.org.json.JSONObject
Write the contents of the JSONObject as JSON text to a writer.

X

XML - Class in restx.build.org.json
This provides static methods to convert an XML text into a JSONObject, and to covert a JSONObject into an XML text.
XML() - Constructor for class restx.build.org.json.XML
 
XMLTokener - Class in restx.build.org.json
The XMLTokener extends the JSONTokener to provide additional methods for the parsing of XML texts.
XMLTokener(String) - Constructor for class restx.build.org.json.XMLTokener
Construct an XMLTokener from a string.
A B C D E G H I J K L M N O P Q R S T V W X 
Skip navigation links

Copyright © 2014. All Rights Reserved.