Index

A C D E F G H I L M N O P R S T U V W Z 
All Classes and Interfaces|All Packages|Serialized Form

A

ApiReporter - Class in com.ethlo.zally
 
ApiReporter(OpenAPI) - Constructor for class com.ethlo.zally.ApiReporter
 
asString() - Method in class com.ethlo.zally.OperationFilter
 

C

category00 - Static variable in class com.ethlo.zally.rules.common.PlingStemmer
Words that do not have a distinct plural form (like "atlas" etc.)
categoryCHE_CHES - Static variable in class com.ethlo.zally.rules.common.PlingStemmer
Words that change from "-che" to "-ches" (like "brioche" etc.), listed in their plural forms
categoryEX_ICES - Static variable in class com.ethlo.zally.rules.common.PlingStemmer
Words that change from "-ex" to "-ices" (like "index" etc.), listed in their plural forms
categoryICS - Static variable in class com.ethlo.zally.rules.common.PlingStemmer
Words that end with "-ics" and do not exist as nouns without the 's' (like "aerobics" etc.)
categoryIE_IES - Static variable in class com.ethlo.zally.rules.common.PlingStemmer
Words that change from "-ie" to "-ies" (like "auntie" etc.), listed in their plural forms
categoryIS_ES - Static variable in class com.ethlo.zally.rules.common.PlingStemmer
Words that change from "-is" to "-es" (like "axis" etc.), listed in their plural forms
categoryIX_ICES - Static variable in class com.ethlo.zally.rules.common.PlingStemmer
Words that change from "-ix" to "-ices" (like "appendix" etc.), listed in their plural forms
categoryO_I - Static variable in class com.ethlo.zally.rules.common.PlingStemmer
Words that change from "-o" to "-i" (like "libretto" etc.), listed in their plural forms
categoryOE_OES - Static variable in class com.ethlo.zally.rules.common.PlingStemmer
Words that change from "-oe" to "-oes" (like "toe" etc.), listed in their plural forms
categoryON_A - Static variable in class com.ethlo.zally.rules.common.PlingStemmer
Words that change from "-on" to "-a" (like "phenomenon" etc.), listed in their plural forms
categorySE_SES - Static variable in class com.ethlo.zally.rules.common.PlingStemmer
Words that end in "-se" in their plural forms (like "nurse" etc.)
categorySSE_SSES - Static variable in class com.ethlo.zally.rules.common.PlingStemmer
Words that change from "-sse" to "-sses" (like "finesse" etc.), listed in their plural forms
categoryU_US - Static variable in class com.ethlo.zally.rules.common.PlingStemmer
Words that change from "-u" to "-us" (like "emu" etc.), listed in their plural forms
categoryUM_A - Static variable in class com.ethlo.zally.rules.common.PlingStemmer
Words that change from "-um" to "-a" (like "curriculum" etc.), listed in their plural forms
categoryUS_I - Static variable in class com.ethlo.zally.rules.common.PlingStemmer
Words that change from "-us" to "-i" (like "fungus" etc.), listed in their plural forms
checkArrayPropertyNamesArePlural(Context) - Method in class com.ethlo.zally.rules.WhiteListedPluralizeNamesForArraysRule
 
com.ethlo.zally - package com.ethlo.zally
 
com.ethlo.zally.rules - package com.ethlo.zally.rules
 
com.ethlo.zally.rules.common - package com.ethlo.zally.rules.common
 
ConfigurableZalandoRuleSet - Class in com.ethlo.zally.rules
 
ConfigurableZalandoRuleSet() - Constructor for class com.ethlo.zally.rules.ConfigurableZalandoRuleSet
 
contains(T) - Method in class com.ethlo.zally.rules.common.FinalSet
Tells whether x is in the container
cut(String, String) - Static method in class com.ethlo.zally.rules.common.PlingStemmer
Cuts a suffix from a string (that is the number of chars given by the suffix)

D

data - Variable in class com.ethlo.zally.rules.common.FinalSet
Holds the data, must be sorted

E

equals(Object) - Method in class com.ethlo.zally.OperationFilter
 
execute() - Method in class com.ethlo.zally.ExtractMojo
 
execute() - Method in class com.ethlo.zally.HelpMojo
execute() - Method in class com.ethlo.zally.ReportingMojo
 
execute() - Method in class com.ethlo.zally.ZallyMojo
 
ExtractionDefinition - Class in com.ethlo.zally
 
ExtractionDefinition(String, String, List<OperationFilter>) - Constructor for class com.ethlo.zally.ExtractionDefinition
 
ExtractMojo - Class in com.ethlo.zally
 
ExtractMojo() - Constructor for class com.ethlo.zally.ExtractMojo
 

F

FinalMap<T1 extends Comparable,T2> - Class in com.ethlo.zally.rules.common
Copyright 2016 Fabian M.
FinalMap(Object...) - Constructor for class com.ethlo.zally.rules.common.FinalMap
Constructs a FinalMap from an array that contains key/value sequences
FinalSet<T extends Comparable<?>> - Class in com.ethlo.zally.rules.common
Copyright 2016 Fabian M.
FinalSet(boolean, T...) - Constructor for class com.ethlo.zally.rules.common.FinalSet
Constructs a FinalSet from an array, clones the array if indicated.
FinalSet(T...) - Constructor for class com.ethlo.zally.rules.common.FinalSet
Constructs a FinalSet from an array that does not need to be cloned

G

get(int) - Method in class com.ethlo.zally.rules.common.FinalSet
Returns the element at position i
getAllSchemas(OpenAPI) - Static method in class com.ethlo.zally.rules.WhiteListedPluralizeNamesForArraysRule
 
getDeprecated() - Method in class com.ethlo.zally.OperationData
 
getDescription() - Method in class com.ethlo.zally.ExtractionDefinition
 
getExpression() - Method in class com.ethlo.zally.OperationFilter
 
getExtensions() - Method in class com.ethlo.zally.OperationData
 
getFilters() - Method in class com.ethlo.zally.ExtractionDefinition
 
getId() - Method in class com.ethlo.zally.rules.ConfigurableZalandoRuleSet
 
getMethod() - Method in class com.ethlo.zally.OperationData
 
getOperationId() - Method in class com.ethlo.zally.OperationData
 
getPath() - Method in class com.ethlo.zally.OperationData
 
getPointer() - Method in class com.ethlo.zally.OperationFilter
 
getRules() - Method in class com.ethlo.zally.ZallyRunner
 
getTags() - Method in class com.ethlo.zally.OperationData
 
getTitle() - Method in class com.ethlo.zally.ExtractionDefinition
 
getUrl() - Method in class com.ethlo.zally.rules.ConfigurableZalandoRuleSet
 

H

hashCode() - Method in class com.ethlo.zally.OperationFilter
 
HelpMojo - Class in com.ethlo.zally
Display help information on zally-maven-plugin.
Call mvn zally:help -Ddetail=true -Dgoal=<goal-name> to display parameter details.
HelpMojo() - Constructor for class com.ethlo.zally.HelpMojo
 

I

indexOf(T) - Method in class com.ethlo.zally.rules.common.FinalSet
Returns the position in the array or -1
irregular - Static variable in class com.ethlo.zally.rules.common.PlingStemmer
Maps irregular Germanic English plural nouns to their singular form
isMatch(String) - Method in class com.ethlo.zally.OperationFilter
 
isPlural(String) - Static method in class com.ethlo.zally.rules.common.PlingStemmer
Tells whether a word form is plural.
isSingular(String) - Static method in class com.ethlo.zally.rules.common.PlingStemmer
Tells whether a word form is singular.
isSingularAndPlural(String) - Static method in class com.ethlo.zally.rules.common.PlingStemmer
Tells whether a word form is the singular form of one word and at the same time the plural form of another.

L

load(Log, boolean, String, boolean) - Static method in class com.ethlo.zally.ExtractMojo
 

M

main(String[]) - Static method in class com.ethlo.zally.rules.common.FinalMap
Test routine
main(String[]) - Static method in class com.ethlo.zally.rules.common.PlingStemmer
Test routine
match(OperationFilter, OperationData) - Static method in class com.ethlo.zally.ExtractMojo
 

N

noLatin(String) - Static method in class com.ethlo.zally.rules.common.PlingStemmer
Returns true if a word is probably not Latin

O

OpenApiParser - Class in com.ethlo.zally
 
OpenApiParser() - Constructor for class com.ethlo.zally.OpenApiParser
 
OperationData - Class in com.ethlo.zally
 
OperationData(Operation, ApiDescription, Map<String, Object>) - Constructor for class com.ethlo.zally.OperationData
 
OperationFilter - Class in com.ethlo.zally
 
OperationFilter() - Constructor for class com.ethlo.zally.OperationFilter
 
OperationFilter(String, String) - Constructor for class com.ethlo.zally.OperationFilter
 

P

parse(String) - Method in class com.ethlo.zally.OpenApiParser
 
parseInlined(String) - Method in class com.ethlo.zally.OpenApiParser
 
PlingStemmer - Class in com.ethlo.zally.rules.common
Copyright 2016 Fabian M.
PlingStemmer() - Constructor for class com.ethlo.zally.rules.common.PlingStemmer
 
printTree(ApiReporter.Node, OutputStream) - Method in class com.ethlo.zally.ApiReporter
 

R

render() - Method in class com.ethlo.zally.ApiReporter
 
ReportingMojo - Class in com.ethlo.zally
 
ReportingMojo() - Constructor for class com.ethlo.zally.ReportingMojo
 

S

setExpression(String) - Method in class com.ethlo.zally.OperationFilter
 
setPointer(String) - Method in class com.ethlo.zally.OperationFilter
 
singAndPlur - Static variable in class com.ethlo.zally.rules.common.PlingStemmer
Contains word forms that can either be plural or singular
size() - Method in class com.ethlo.zally.rules.common.FinalSet
Returns the number of elements in this FinalSet
spliterator() - Method in class com.ethlo.zally.rules.common.FinalSet
 
stem(String) - Static method in class com.ethlo.zally.rules.common.PlingStemmer
Stems an English noun

T

toString() - Method in class com.ethlo.zally.OperationFilter
 

U

url(Rule) - Method in class com.ethlo.zally.rules.ConfigurableZalandoRuleSet
 

V

validate(String, Set<String>) - Method in class com.ethlo.zally.ZallyRunner
 

W

WhiteListedPluralizeNamesForArraysRule - Class in com.ethlo.zally.rules
 
WhiteListedPluralizeNamesForArraysRule(Config) - Constructor for class com.ethlo.zally.rules.WhiteListedPluralizeNamesForArraysRule
 

Z

ZallyMojo - Class in com.ethlo.zally
 
ZallyMojo() - Constructor for class com.ethlo.zally.ZallyMojo
 
ZallyRunner - Class in com.ethlo.zally
 
ZallyRunner(Config, Log) - Constructor for class com.ethlo.zally.ZallyRunner
 
A C D E F G H I L M N O P R S T U V W Z 
All Classes and Interfaces|All Packages|Serialized Form