Skip navigation links
A C D F G I J M N O P Q R S T U V 

A

All - Class in com.github.thomasridd.flatsy.query.matchers
Created by Tom.Ridd on 15/08/15.
All() - Constructor for class com.github.thomasridd.flatsy.query.matchers.All
 
apply(FlatsyOperator) - Method in class com.github.thomasridd.flatsy.FlatsyObject
 
apply(FlatsyObject) - Method in class com.github.thomasridd.flatsy.operations.operators.Copy
Apply the copy operation
apply(FlatsyObject) - Method in class com.github.thomasridd.flatsy.operations.operators.CopyTo
Apply the copy operation
apply(FlatsyObject) - Method in class com.github.thomasridd.flatsy.operations.operators.Delete
Apply the copy operation
apply(FlatsyObject) - Method in interface com.github.thomasridd.flatsy.operations.operators.FlatsyOperator
 
apply(FlatsyObject) - Method in class com.github.thomasridd.flatsy.operations.operators.JSONObjectsToOutput
 
apply(FlatsyObject) - Method in class com.github.thomasridd.flatsy.operations.operators.JSONPathAdd
 
apply(FlatsyObject) - Method in class com.github.thomasridd.flatsy.operations.operators.JSONPathPut
 
apply(FlatsyObject) - Method in class com.github.thomasridd.flatsy.operations.operators.JSONPathsToOutput
 
apply(FlatsyObject) - Method in class com.github.thomasridd.flatsy.operations.operators.JSONValidate
 
apply(FlatsyObject) - Method in class com.github.thomasridd.flatsy.operations.operators.Replace
 
apply(FlatsyObject) - Method in class com.github.thomasridd.flatsy.operations.operators.UriToMap
 
apply(FlatsyObject) - Method in class com.github.thomasridd.flatsy.operations.operators.UriToOutput
 
apply(FlatsyOperator) - Method in class com.github.thomasridd.flatsy.query.FlatsyCursor
 
apply(String) - Method in class com.github.thomasridd.flatsy.query.FlatsyCursor
 
applyFilterToCursor(FlatsyCursor, String) - Static method in class com.github.thomasridd.flatsy.query.matchers.MatcherCommandLineParser
Build a query from command line arguments and append it to a cursor
applyFromCommand(FlatsyCursor, String) - Static method in class com.github.thomasridd.flatsy.operations.operators.OperatorCommandLineParser
 
applyFromCommand(FlatsyCursor, String, OutputStream) - Static method in class com.github.thomasridd.flatsy.operations.operators.OperatorCommandLineParser
 
applyOperation(String) - Method in class com.github.thomasridd.flatsy.FlatsyCommandLine
Apply an operation to the cursor currently defined by queryCommands

C

checkNode(FlatsyObject) - Method in class com.github.thomasridd.flatsy.query.FlatsyQuery
 
children(FlatsyObject) - Method in interface com.github.thomasridd.flatsy.FlatsyDatabase
Gets a list of objects that belong to a specified parent node In filesystem terms the folder contents
children(FlatsyObject) - Method in class com.github.thomasridd.flatsy.FlatsyFlatFileDatabase
 
children() - Method in class com.github.thomasridd.flatsy.FlatsyObject
 
com.github.thomasridd.flatsy - package com.github.thomasridd.flatsy
 
com.github.thomasridd.flatsy.operations - package com.github.thomasridd.flatsy.operations
 
com.github.thomasridd.flatsy.operations.operators - package com.github.thomasridd.flatsy.operations.operators
 
com.github.thomasridd.flatsy.query - package com.github.thomasridd.flatsy.query
 
com.github.thomasridd.flatsy.query.matchers - package com.github.thomasridd.flatsy.query.matchers
 
com.github.thomasridd.flatsy.util - package com.github.thomasridd.flatsy.util
 
commandArguments(String) - Static method in class com.github.thomasridd.flatsy.util.FlatsyUtil
Split a command line into arguments
compareTo(Object) - Method in class com.github.thomasridd.flatsy.FlatsyObject
 
Copy - Class in com.github.thomasridd.flatsy.operations.operators
Created by thomasridd on 18/08/15.
Copy(FlatsyDatabase) - Constructor for class com.github.thomasridd.flatsy.operations.operators.Copy
Create copy object to an alternate database
Copy(FlatsyDatabase, boolean) - Constructor for class com.github.thomasridd.flatsy.operations.operators.Copy
Create copy object to an alternate database
CopyTo - Class in com.github.thomasridd.flatsy.operations.operators
Created by thomasridd on 18/08/15.
CopyTo(FlatsyDatabase, String) - Constructor for class com.github.thomasridd.flatsy.operations.operators.CopyTo
Create copy object to any database with modified uri
CopyTo(FlatsyDatabase, String, boolean) - Constructor for class com.github.thomasridd.flatsy.operations.operators.CopyTo
Create copy object to any database with modified uri
create(FlatsyObject, String) - Method in interface com.github.thomasridd.flatsy.FlatsyDatabase
 
create(FlatsyObject, InputStream) - Method in interface com.github.thomasridd.flatsy.FlatsyDatabase
 
create(FlatsyObject, String) - Method in class com.github.thomasridd.flatsy.FlatsyFlatFileDatabase
 
create(FlatsyObject, InputStream) - Method in class com.github.thomasridd.flatsy.FlatsyFlatFileDatabase
 
create(String) - Method in class com.github.thomasridd.flatsy.FlatsyObject
 
create(InputStream) - Method in class com.github.thomasridd.flatsy.FlatsyObject
 
currentObject() - Method in class com.github.thomasridd.flatsy.query.FlatsyCursor
 
cursor(Path) - Method in class com.github.thomasridd.flatsy.FlatsyCommandLine
Create a cursor from a saved script
cursor(List<String>) - Method in class com.github.thomasridd.flatsy.FlatsyCommandLine
Create a cursor based on a command list
cursor() - Method in class com.github.thomasridd.flatsy.FlatsyCommandLine
Create cursor based on currently saved query commands
cursor() - Method in class com.github.thomasridd.flatsy.FlatsyObject
 
cursorFromFilterCommands(FlatsyDatabase, List<String>) - Static method in class com.github.thomasridd.flatsy.query.matchers.MatcherCommandLineParser
Build a Flatsy cursor from a list of filters

D

db - Variable in class com.github.thomasridd.flatsy.FlatsyObject
 
defaultOut - Variable in class com.github.thomasridd.flatsy.FlatsyCommandLine
 
delete(FlatsyObject) - Method in interface com.github.thomasridd.flatsy.FlatsyDatabase
Delete an object from the system
delete(FlatsyObject) - Method in class com.github.thomasridd.flatsy.FlatsyFlatFileDatabase
 
Delete - Class in com.github.thomasridd.flatsy.operations.operators
Created by thomasridd on 18/08/15.
Delete(FlatsyDatabase) - Constructor for class com.github.thomasridd.flatsy.operations.operators.Delete
Create copy object to an alternate database

F

Find - Class in com.github.thomasridd.flatsy.query.matchers
Created by Tom.Ridd on 15/08/15.
Find(String) - Constructor for class com.github.thomasridd.flatsy.query.matchers.Find
 
FlatsyCommandLine - Class in com.github.thomasridd.flatsy
See
FlatsyCommandLine() - Constructor for class com.github.thomasridd.flatsy.FlatsyCommandLine
Create a new FlatsyCommandLine
FlatsyCommandLine(String) - Constructor for class com.github.thomasridd.flatsy.FlatsyCommandLine
Create a new FlatsyCommandLine and run a command
FlatsyCommandLine(List<String>) - Constructor for class com.github.thomasridd.flatsy.FlatsyCommandLine
Create a new FlatsyCommandLine and run a list of commands
FlatsyCommandLine(Path) - Constructor for class com.github.thomasridd.flatsy.FlatsyCommandLine
Create a new FlatsyCommandLine and run a script of commands
FlatsyCommandLine(InputStream) - Constructor for class com.github.thomasridd.flatsy.FlatsyCommandLine
Create a new FlatsyCommandLine and run a script of commands
FlatsyCursor - Class in com.github.thomasridd.flatsy.query
Created by Tom.Ridd on 15/08/15.
FlatsyCursor(FlatsyObject, FlatsyQuery) - Constructor for class com.github.thomasridd.flatsy.query.FlatsyCursor
 
FlatsyCursor(FlatsyObject) - Constructor for class com.github.thomasridd.flatsy.query.FlatsyCursor
 
FlatsyDatabase - Interface in com.github.thomasridd.flatsy
Created by Tom.Ridd on 15/08/15.
FlatsyFlatFileDatabase - Class in com.github.thomasridd.flatsy
Created by Tom.Ridd on 15/08/15.
FlatsyFlatFileDatabase(Path) - Constructor for class com.github.thomasridd.flatsy.FlatsyFlatFileDatabase
 
FlatsyMatcher - Interface in com.github.thomasridd.flatsy.query.matchers
Created by Tom.Ridd on 17/08/15.
FlatsyMatcherBuilder - Class in com.github.thomasridd.flatsy.query.matchers
Created by Tom.Ridd on 16/08/15.
FlatsyMatcherBuilder() - Constructor for class com.github.thomasridd.flatsy.query.matchers.FlatsyMatcherBuilder
 
FlatsyObject - Class in com.github.thomasridd.flatsy
Created by Tom.Ridd on 15/08/15.
FlatsyObject(String, FlatsyDatabase) - Constructor for class com.github.thomasridd.flatsy.FlatsyObject
 
FlatsyObjectType - Enum in com.github.thomasridd.flatsy
Created by Tom.Ridd on 15/08/15.
FlatsyOperator - Interface in com.github.thomasridd.flatsy.operations.operators
Created by thomasridd on 18/08/15.
FlatsyOperatorBuilder - Class in com.github.thomasridd.flatsy.operations.operators
 
FlatsyOperatorBuilder() - Constructor for class com.github.thomasridd.flatsy.operations.operators.FlatsyOperatorBuilder
 
FlatsyQuery - Class in com.github.thomasridd.flatsy.query
Created by Tom.Ridd on 15/08/15.
FlatsyQuery() - Constructor for class com.github.thomasridd.flatsy.query.FlatsyQuery
 
FlatsyQuery(FlatsyQueryType, FlatsyMatcher) - Constructor for class com.github.thomasridd.flatsy.query.FlatsyQuery
 
FlatsyQuery(String) - Constructor for class com.github.thomasridd.flatsy.query.FlatsyQuery
 
FlatsyQuery(FlatsyMatcher) - Constructor for class com.github.thomasridd.flatsy.query.FlatsyQuery
 
FlatsyQueryResult - Enum in com.github.thomasridd.flatsy.query
Created by Tom.Ridd on 18/08/15.
FlatsyQueryType - Enum in com.github.thomasridd.flatsy.query
Created by Tom.Ridd on 18/08/15.
FlatsyUtil - Class in com.github.thomasridd.flatsy.util
Created by thomasridd on 14/10/15.
FlatsyUtil() - Constructor for class com.github.thomasridd.flatsy.util.FlatsyUtil
 
FlatsyWorker - Class in com.github.thomasridd.flatsy.operations
Created by Tom.Ridd on 15/08/15.
FlatsyWorker(FlatsyOperator) - Constructor for class com.github.thomasridd.flatsy.operations.FlatsyWorker
Apply an operation to all objects identified by a cursor

G

get(String) - Method in interface com.github.thomasridd.flatsy.FlatsyDatabase
 
get(String) - Method in class com.github.thomasridd.flatsy.FlatsyFlatFileDatabase
 
getAll() - Method in class com.github.thomasridd.flatsy.query.FlatsyCursor
 
getType() - Method in class com.github.thomasridd.flatsy.FlatsyObject
 

I

IsFile - Class in com.github.thomasridd.flatsy.query.matchers
Created by Tom.Ridd on 15/08/15.
IsFile() - Constructor for class com.github.thomasridd.flatsy.query.matchers.IsFile
 
IsFolder - Class in com.github.thomasridd.flatsy.query.matchers
Created by Tom.Ridd on 15/08/15.
IsFolder() - Constructor for class com.github.thomasridd.flatsy.query.matchers.IsFolder
 
isJSONValid(String) - Static method in class com.github.thomasridd.flatsy.operations.operators.JSONValidate
 

J

JSONObjectsToOutput - Class in com.github.thomasridd.flatsy.operations.operators
Created by thomasridd on 18/08/15.
JSONObjectsToOutput(OutputStream, String, List<String>) - Constructor for class com.github.thomasridd.flatsy.operations.operators.JSONObjectsToOutput
 
JSONPathAdd - Class in com.github.thomasridd.flatsy.operations.operators
Created by thomasridd on 18/08/15.
JSONPathAdd(String, String, String) - Constructor for class com.github.thomasridd.flatsy.operations.operators.JSONPathAdd
 
JSONPathAtLeastOne - Class in com.github.thomasridd.flatsy.query.matchers
Created by Tom.Ridd on 15/08/15.
JSONPathAtLeastOne(String) - Constructor for class com.github.thomasridd.flatsy.query.matchers.JSONPathAtLeastOne
 
JSONPathEquals - Class in com.github.thomasridd.flatsy.query.matchers
Created by Tom.Ridd on 15/08/15.
JSONPathEquals(String, String) - Constructor for class com.github.thomasridd.flatsy.query.matchers.JSONPathEquals
 
JSONPathExists - Class in com.github.thomasridd.flatsy.query.matchers
Created by Tom.Ridd on 15/08/15.
JSONPathExists(String) - Constructor for class com.github.thomasridd.flatsy.query.matchers.JSONPathExists
 
JSONPathOneOf - Class in com.github.thomasridd.flatsy.query.matchers
Created by Tom.Ridd on 15/08/15.
JSONPathOneOf(String, List<String>) - Constructor for class com.github.thomasridd.flatsy.query.matchers.JSONPathOneOf
 
JSONPathPut - Class in com.github.thomasridd.flatsy.operations.operators
Created by thomasridd on 18/08/15.
JSONPathPut(String, String, String) - Constructor for class com.github.thomasridd.flatsy.operations.operators.JSONPathPut
 
JSONPathsToOutput - Class in com.github.thomasridd.flatsy.operations.operators
Created by thomasridd on 18/08/15.
JSONPathsToOutput(OutputStream, List<String>) - Constructor for class com.github.thomasridd.flatsy.operations.operators.JSONPathsToOutput
 
JSONValid - Class in com.github.thomasridd.flatsy.query.matchers
Created by Tom.Ridd on 15/08/15.
JSONValid() - Constructor for class com.github.thomasridd.flatsy.query.matchers.JSONValid
 
JSONValidate - Class in com.github.thomasridd.flatsy.operations.operators
Created by thomasridd on 18/08/15.
JSONValidate() - Constructor for class com.github.thomasridd.flatsy.operations.operators.JSONValidate
 

M

main(String[]) - Static method in class com.github.thomasridd.flatsy.FlatsyCommandLine
 
matcher(String) - Static method in class com.github.thomasridd.flatsy.query.matchers.MatcherCommandLineParser
Get a matcher based on a Flatsy query language string
MatcherCommandLineParser - Class in com.github.thomasridd.flatsy.query.matchers
Created by thomasridd on 14/10/15.
MatcherCommandLineParser() - Constructor for class com.github.thomasridd.flatsy.query.matchers.MatcherCommandLineParser
 
matches(FlatsyObject) - Method in class com.github.thomasridd.flatsy.query.matchers.All
 
matches(FlatsyObject) - Method in class com.github.thomasridd.flatsy.query.matchers.Find
 
matches(FlatsyObject) - Method in interface com.github.thomasridd.flatsy.query.matchers.FlatsyMatcher
 
matches(FlatsyObject) - Method in class com.github.thomasridd.flatsy.query.matchers.IsFile
 
matches(FlatsyObject) - Method in class com.github.thomasridd.flatsy.query.matchers.IsFolder
 
matches(FlatsyObject) - Method in class com.github.thomasridd.flatsy.query.matchers.JSONPathAtLeastOne
 
matches(FlatsyObject) - Method in class com.github.thomasridd.flatsy.query.matchers.JSONPathEquals
 
matches(FlatsyObject) - Method in class com.github.thomasridd.flatsy.query.matchers.JSONPathExists
 
matches(FlatsyObject) - Method in class com.github.thomasridd.flatsy.query.matchers.JSONPathOneOf
 
matches(FlatsyObject) - Method in class com.github.thomasridd.flatsy.query.matchers.JSONValid
 
matches(FlatsyObject) - Method in class com.github.thomasridd.flatsy.query.matchers.Not
 
matches(FlatsyObject) - Method in class com.github.thomasridd.flatsy.query.matchers.Or
 
matches(FlatsyObject) - Method in class com.github.thomasridd.flatsy.query.matchers.UriContains
 
matches(FlatsyObject) - Method in class com.github.thomasridd.flatsy.query.matchers.UriEndsWith
 
matches(FlatsyObject) - Method in class com.github.thomasridd.flatsy.query.matchers.UriStartsWith
 
move(FlatsyObject, String) - Method in interface com.github.thomasridd.flatsy.FlatsyDatabase
Move an object to a new uri Note that moving a folder will move all subobjects
move(FlatsyObject, String) - Method in class com.github.thomasridd.flatsy.FlatsyFlatFileDatabase
Update an object uri and all child objects
moveMap(FlatsyObject, String) - Method in interface com.github.thomasridd.flatsy.FlatsyDatabase
Get the mapping that would move an object and all subfiles to a new uri
moveMap(FlatsyObject, String) - Method in class com.github.thomasridd.flatsy.FlatsyFlatFileDatabase
Get the mapping that would move an object and all subfiles to a new uri

N

next() - Method in class com.github.thomasridd.flatsy.query.FlatsyCursor
 
Not - Class in com.github.thomasridd.flatsy.query.matchers
Created by Tom.Ridd on 14/10/15.
Not(FlatsyMatcher) - Constructor for class com.github.thomasridd.flatsy.query.matchers.Not
 

O

OperatorCommandLineParser - Class in com.github.thomasridd.flatsy.operations.operators
Created by Tom.Ridd on 14/10/15.
OperatorCommandLineParser() - Constructor for class com.github.thomasridd.flatsy.operations.operators.OperatorCommandLineParser
 
operatorStringToOperator(String) - Static method in class com.github.thomasridd.flatsy.operations.operators.FlatsyOperatorBuilder
tries to parse a query string to a FlatsyOperator object
Or - Class in com.github.thomasridd.flatsy.query.matchers
Created by Tom.Ridd on 15/08/15.
Or(FlatsyMatcher, FlatsyMatcher) - Constructor for class com.github.thomasridd.flatsy.query.matchers.Or
 

P

parent(FlatsyObject) - Method in interface com.github.thomasridd.flatsy.FlatsyDatabase
Gets the parent node of the object Note that the parent of root is null
parent(FlatsyObject) - Method in class com.github.thomasridd.flatsy.FlatsyFlatFileDatabase
 
parent() - Method in class com.github.thomasridd.flatsy.FlatsyObject
 

Q

query(FlatsyMatcher) - Method in class com.github.thomasridd.flatsy.FlatsyObject
 
query(FlatsyQueryType, FlatsyMatcher) - Method in class com.github.thomasridd.flatsy.FlatsyObject
 
query(String) - Method in class com.github.thomasridd.flatsy.FlatsyObject
 
query(FlatsyQueryType, FlatsyMatcher) - Method in class com.github.thomasridd.flatsy.query.FlatsyCursor
 
query(FlatsyMatcher) - Method in class com.github.thomasridd.flatsy.query.FlatsyCursor
 
query(String) - Method in class com.github.thomasridd.flatsy.query.FlatsyCursor
 
query(FlatsyQueryType, FlatsyMatcher) - Method in class com.github.thomasridd.flatsy.query.FlatsyQuery
 
query(FlatsyMatcher) - Method in class com.github.thomasridd.flatsy.query.FlatsyQuery
 
query(String) - Method in class com.github.thomasridd.flatsy.query.FlatsyQuery
 
query(FlatsyCursor, String) - Static method in class com.github.thomasridd.flatsy.query.matchers.MatcherCommandLineParser
 
queryStringToMatcher(String) - Static method in class com.github.thomasridd.flatsy.query.matchers.FlatsyMatcherBuilder
tries to parse a query string to a FlatsyMatcher object

R

Replace - Class in com.github.thomasridd.flatsy.operations.operators
 
Replace(String, String) - Constructor for class com.github.thomasridd.flatsy.operations.operators.Replace
 
retrieve(FlatsyObject) - Method in interface com.github.thomasridd.flatsy.FlatsyDatabase
Retrieves the string contents for the FlatsyObject database object Suitable for deserialising objects from JSON
retrieve(FlatsyObject) - Method in class com.github.thomasridd.flatsy.FlatsyFlatFileDatabase
 
retrieve() - Method in class com.github.thomasridd.flatsy.FlatsyObject
 
retrieveAs(FlatsyObject, Class<T>) - Method in interface com.github.thomasridd.flatsy.FlatsyDatabase
Deserialise the object as a specific class
retrieveAs(FlatsyObject, Class<T>) - Method in class com.github.thomasridd.flatsy.FlatsyFlatFileDatabase
 
retrieveStream(FlatsyObject) - Method in interface com.github.thomasridd.flatsy.FlatsyDatabase
Writes the content of the object to an OutputStream.
retrieveStream(FlatsyObject) - Method in class com.github.thomasridd.flatsy.FlatsyFlatFileDatabase
 
retrieveStream() - Method in class com.github.thomasridd.flatsy.FlatsyObject
 
root() - Method in interface com.github.thomasridd.flatsy.FlatsyDatabase
 
root() - Method in class com.github.thomasridd.flatsy.FlatsyFlatFileDatabase
 
runCommand(String) - Method in class com.github.thomasridd.flatsy.FlatsyCommandLine
Build a command using flatsy command line syntax
runScript(List<String>) - Method in class com.github.thomasridd.flatsy.FlatsyCommandLine
Run a sequence of script commands
runScript(Path) - Method in class com.github.thomasridd.flatsy.FlatsyCommandLine
Run a sequence of script commands from file
runScript(InputStream) - Method in class com.github.thomasridd.flatsy.FlatsyCommandLine
Run a sequence of script commands from stream

S

stringExpression(String, FlatsyObject) - Static method in class com.github.thomasridd.flatsy.util.FlatsyUtil
Build a string using a primitive string builder Syntax plaintext + \"plain text\" + ~.uri + $.jsonpath ++ = single space

T

toString() - Method in class com.github.thomasridd.flatsy.FlatsyFlatFileDatabase
 
type(String) - Method in interface com.github.thomasridd.flatsy.FlatsyDatabase
The FlatsyObjectType of an object
type(String) - Method in class com.github.thomasridd.flatsy.FlatsyFlatFileDatabase
 

U

update(FlatsyObject, FlatsyOperator) - Method in interface com.github.thomasridd.flatsy.FlatsyDatabase
Update the object using a FlatsyOperator
update(FlatsyObject, FlatsyOperator) - Method in class com.github.thomasridd.flatsy.FlatsyFlatFileDatabase
 
updateAll(FlatsyCursor) - Method in class com.github.thomasridd.flatsy.operations.FlatsyWorker
Apply the workers operation to all objects defined by a cursor
uri - Variable in class com.github.thomasridd.flatsy.FlatsyObject
 
UriContains - Class in com.github.thomasridd.flatsy.query.matchers
Created by Tom.Ridd on 15/08/15.
UriContains(String) - Constructor for class com.github.thomasridd.flatsy.query.matchers.UriContains
 
UriEndsWith - Class in com.github.thomasridd.flatsy.query.matchers
Created by Tom.Ridd on 15/08/15.
UriEndsWith(String) - Constructor for class com.github.thomasridd.flatsy.query.matchers.UriEndsWith
 
UriStartsWith - Class in com.github.thomasridd.flatsy.query.matchers
Created by Tom.Ridd on 15/08/15.
UriStartsWith(String) - Constructor for class com.github.thomasridd.flatsy.query.matchers.UriStartsWith
 
UriToMap - Class in com.github.thomasridd.flatsy.operations.operators
Created by thomasridd on 18/08/15.
UriToMap(ConcurrentMap<String, String>, String) - Constructor for class com.github.thomasridd.flatsy.operations.operators.UriToMap
 
UriToOutput - Class in com.github.thomasridd.flatsy.operations.operators
Created by thomasridd on 18/08/15.
UriToOutput(OutputStream) - Constructor for class com.github.thomasridd.flatsy.operations.operators.UriToOutput
 

V

validateJSON(FlatsyObject) - Method in class com.github.thomasridd.flatsy.operations.operators.JSONValidate
 
valueOf(String) - Static method in enum com.github.thomasridd.flatsy.FlatsyObjectType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.github.thomasridd.flatsy.query.FlatsyQueryResult
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.github.thomasridd.flatsy.query.FlatsyQueryType
Returns the enum constant of this type with the specified name.
values() - Static method in enum com.github.thomasridd.flatsy.FlatsyObjectType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.github.thomasridd.flatsy.query.FlatsyQueryResult
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.github.thomasridd.flatsy.query.FlatsyQueryType
Returns an array containing the constants of this enum type, in the order they are declared.
A C D F G I J M N O P Q R S T U V 
Skip navigation links

Copyright © 2015. All rights reserved.