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

A

addAttribute(String, String) - Method in class org.frankframework.frankdoc.util.XmlBuilder
 
addAttribute(String, boolean) - Method in class org.frankframework.frankdoc.util.XmlBuilder
 
addAttribute(String, long) - Method in class org.frankframework.frankdoc.util.XmlBuilder
 
addAttributeInline(FrankAttribute, XmlBuilder, String) - Method in class org.frankframework.frankdoc.DocWriterNew
 
addReusableAttribute(FrankAttribute) - Method in class org.frankframework.frankdoc.DocWriterNew
 
addReusedAttributeReference(FrankAttribute, XmlBuilder, String) - Method in class org.frankframework.frankdoc.DocWriterNew
 
addSubElement(XmlBuilder) - Method in class org.frankframework.frankdoc.util.XmlBuilder
 
addSubElement(String, String) - Method in class org.frankframework.frankdoc.util.XmlBuilder
 
addSubElement(XmlBuilder, boolean) - Method in class org.frankframework.frankdoc.util.XmlBuilder
 
addToSortedListNonUnique(List<T>, T) - Static method in class org.frankframework.frankdoc.Utils
 
addToSortedListUnique(List<T>, T) - Static method in class org.frankframework.frankdoc.Utils
 
addXmlElementName(String) - Method in class org.frankframework.frankdoc.model.FrankElement
 
ALL_NOT_EXCLUDED - Static variable in class org.frankframework.frankdoc.model.ElementChild
 
ALLOWED_SETTER_TYPES - Static variable in class org.frankframework.frankdoc.Utils
 
append(LogEvent) - Method in class org.frankframework.frankdoc.util.ErrorDetectingAppender
 
asInputSource(URL) - Static method in class org.frankframework.frankdoc.Utils
 
AttributeEnum - Class in org.frankframework.frankdoc.model
 
AttributeEnumValue - Class in org.frankframework.frankdoc.model
 
AttributeType - Enum in org.frankframework.frankdoc.model
 
AttributeTypeStrategy - Enum in org.frankframework.frankdoc
 

B

buildGroups() - Method in class org.frankframework.frankdoc.model.FrankDocModel
 

C

checkSuspiciousHtml() - Method in class org.frankframework.frankdoc.model.FrankDocModel
 
compareTo(ElementRole) - Method in class org.frankframework.frankdoc.model.ElementRole
 
compareTo(ElementType) - Method in class org.frankframework.frankdoc.model.ElementType
 
compareTo(FrankDocGroup) - Method in class org.frankframework.frankdoc.model.FrankDocGroup
 
compareTo(FrankElement) - Method in class org.frankframework.frankdoc.model.FrankElement
 
ConfigChild - Class in org.frankframework.frankdoc.model
 
ConfigChildGroupKind - Enum in org.frankframework.frankdoc.model
 
ConfigChildSet - Class in org.frankframework.frankdoc.model
Holds the list of all cumulative config children sharing some role name, say R, but only if there is no ancestor having the same config children for role name R.
Constants - Class in org.frankframework.frankdoc
 
Constants() - Constructor for class org.frankframework.frankdoc.Constants
 
createAppender(String) - Static method in class org.frankframework.frankdoc.util.ErrorDetectingAppender
 
createXsdElementName(String) - Method in class org.frankframework.frankdoc.model.ElementRole
 
CumulativeChildHandler<T extends ElementChild> - Interface in org.frankframework.frankdoc.model
Callback interface for FrankElement to walk all declared as well as all inherited attributes or config children.

D

describeCollection(Collection<ElementRole>) - Static method in class org.frankframework.frankdoc.model.ElementRole
 
describeCollection(Collection<ElementRole.Key>) - Static method in class org.frankframework.frankdoc.model.ElementRole.Key
 
DigesterRule - Class in org.frankframework.frankdoc.model
Java representation of a digester rule specified in the digester-rules.xml file.
DigesterRule() - Constructor for class org.frankframework.frankdoc.model.DigesterRule
 
DigesterRulesHandler - Class in org.frankframework.frankdoc.model
Parses file digester-rules.xml.
DigesterRulesHandler() - Constructor for class org.frankframework.frankdoc.model.DigesterRulesHandler
 
DocletBuilder - Class in org.frankframework.frankdoc.doclet
 
DocletBuilder() - Constructor for class org.frankframework.frankdoc.doclet.DocletBuilder
 
DocWriterNew - Class in org.frankframework.frankdoc
This class writes the XML schema document (XSD) that checks the validity of a Frank configuration XML file.
DocWriterNew(FrankDocModel, AttributeTypeStrategy, String) - Constructor for class org.frankframework.frankdoc.DocWriterNew
 

E

ElementChild - Class in org.frankframework.frankdoc.model
Base class of FrankAttribute and ConfigChild.
ElementRole - Class in org.frankframework.frankdoc.model
 
ElementRole.Key - Class in org.frankframework.frankdoc.model
 
ElementType - Class in org.frankframework.frankdoc.model
Models a collection of FrankElement.
equalsNullable(Object, Object) - Static method in class org.frankframework.frankdoc.Utils
 
ErrorDetectingAppender - Class in org.frankframework.frankdoc.util
 
EXCLUDED - Static variable in class org.frankframework.frankdoc.model.ElementChild
 

F

findAttributeEnum(String) - Method in class org.frankframework.frankdoc.model.FrankDocModel
 
findClass(String) - Method in interface org.frankframework.frankdoc.wrapper.FrankClassRepository
 
findElementRole(ElementRole.Key) - Method in class org.frankframework.frankdoc.model.FrankDocModel
 
findElementRole(ObjectConfigChild) - Method in class org.frankframework.frankdoc.model.FrankDocModel
 
findElementType(String) - Method in class org.frankframework.frankdoc.model.FrankDocModel
 
findFrankElement(String) - Method in class org.frankframework.frankdoc.model.FrankDocModel
 
flattenJavaDocLinksToLastWords(String) - Static method in class org.frankframework.frankdoc.Utils
 
FrankAnnotation - Interface in org.frankframework.frankdoc.wrapper
Models a Java 5 annotation.
FrankAttribute - Class in org.frankframework.frankdoc.model
 
FrankAttribute(String, FrankElement) - Constructor for class org.frankframework.frankdoc.model.FrankAttribute
 
FrankClass - Interface in org.frankframework.frankdoc.wrapper
 
FrankClassRepository - Interface in org.frankframework.frankdoc.wrapper
 
FrankDocElementSummaryFactory - Class in org.frankframework.frankdoc
Create text file, typically elementSummary.txt, with overview of Java classes with their Frank config XML elements.
FrankDocElementSummaryFactory(FrankDocModel) - Constructor for class org.frankframework.frankdoc.FrankDocElementSummaryFactory
 
FrankDocException - Exception in org.frankframework.frankdoc.wrapper
 
FrankDocException(String, Throwable) - Constructor for exception org.frankframework.frankdoc.wrapper.FrankDocException
 
FrankDocGroup - Class in org.frankframework.frankdoc.model
 
FrankDocJsonFactory - Class in org.frankframework.frankdoc
 
FrankDocJsonFactory(FrankDocModel, String) - Constructor for class org.frankframework.frankdoc.FrankDocJsonFactory
 
FrankDocletConstants - Class in org.frankframework.frankdoc.wrapper
 
FrankDocModel - Class in org.frankframework.frankdoc.model
 
FrankElement - Class in org.frankframework.frankdoc.model
Models a Java class that can be referred to in a Frank configuration.
FrankElement(String, String, boolean) - Constructor for class org.frankframework.frankdoc.model.FrankElement
Constructor for testing purposes.
FrankElementFilters - Class in org.frankframework.frankdoc.model
 
FrankElementStatistics - Class in org.frankframework.frankdoc.model
 
FrankEnumConstant - Interface in org.frankframework.frankdoc.wrapper
 
FrankMethod - Interface in org.frankframework.frankdoc.wrapper
 
FrankProgramElement - Interface in org.frankframework.frankdoc.wrapper
 
FrankType - Interface in org.frankframework.frankdoc.wrapper
 

G

getAllAttributeEnumInstances() - Method in class org.frankframework.frankdoc.model.FrankDocModel
 
getAllJavaDocTagsOf(String) - Method in interface org.frankframework.frankdoc.wrapper.FrankClass
 
getAnnotation(String) - Method in interface org.frankframework.frankdoc.wrapper.FrankEnumConstant
 
getAnnotation(String) - Method in interface org.frankframework.frankdoc.wrapper.FrankMethod
 
getAnnotation(String) - Method in interface org.frankframework.frankdoc.wrapper.FrankType
 
getAnnotation(String) - Method in class org.frankframework.frankdoc.wrapper.MultiplyInheritedMethodPlaceholder
This is not a declared method, so it has no declared annotations.
getAnnotationIncludingInherited(String) - Method in interface org.frankframework.frankdoc.wrapper.FrankClass
 
getAnnotationIncludingInherited(String) - Method in interface org.frankframework.frankdoc.wrapper.FrankMethod
 
getAnnotations() - Method in interface org.frankframework.frankdoc.wrapper.FrankMethod
 
getAnnotations() - Method in interface org.frankframework.frankdoc.wrapper.FrankType
 
getAnnotations() - Method in class org.frankframework.frankdoc.wrapper.MultiplyInheritedMethodPlaceholder
This is not a declared method, so it has no declared annotations.
getAttributes(Predicate<ElementChild>) - Method in class org.frankframework.frankdoc.model.FrankElement
 
getChildrenOfKind(Predicate<ElementChild>, Class<T>) - Method in class org.frankframework.frankdoc.model.FrankElement
 
getConfigChildGroupKind() - Method in class org.frankframework.frankdoc.model.ConfigChildSet
 
getConfigChildren(Predicate<ElementChild>) - Method in class org.frankframework.frankdoc.model.FrankElement
 
getConfigChildSet(String) - Method in class org.frankframework.frankdoc.model.FrankElement
 
getConfigParents() - Method in class org.frankframework.frankdoc.model.FrankElement
 
getCumulativeAttributes(Predicate<ElementChild>, Predicate<ElementChild>) - Method in class org.frankframework.frankdoc.model.FrankElement
 
getCumulativeConfigChildren(Predicate<ElementChild>, Predicate<ElementChild>) - Method in class org.frankframework.frankdoc.model.FrankElement
 
getCumulativeConfigChildSets() - Method in class org.frankframework.frankdoc.model.FrankElement
 
getDeclaredAndInheritedMethods() - Method in interface org.frankframework.frankdoc.wrapper.FrankClass
 
getDeclaredMethods() - Method in interface org.frankframework.frankdoc.wrapper.FrankClass
 
getDeclaredMethodsAndMultiplyInheritedPlaceholders() - Method in interface org.frankframework.frankdoc.wrapper.FrankClass
 
getDeclaringClass() - Method in interface org.frankframework.frankdoc.wrapper.FrankMethod
 
getDefaultElement() - Method in class org.frankframework.frankdoc.model.ElementRole
 
getDefaultElementOptionConflict() - Method in class org.frankframework.frankdoc.model.ElementRole
Used to resolve conflicts between ElementRole members and the element name of the generic element option, see org.frankframework.frankdoc.model.
getDocletInstance(ClassDoc[], Set<String>, Set<String>, Set<String>) - Static method in interface org.frankframework.frankdoc.wrapper.FrankClassRepository
 
getElementRoleStream(Collection<ConfigChild>) - Static method in class org.frankframework.frankdoc.model.ConfigChild
 
getElementRoleStream() - Method in class org.frankframework.frankdoc.model.ConfigChildSet
 
getElementType() - Method in class org.frankframework.frankdoc.model.ObjectConfigChild
 
getEnumConstants() - Method in interface org.frankframework.frankdoc.wrapper.FrankClass
 
getExcludeFilter() - Static method in class org.frankframework.frankdoc.model.FrankElementFilters
Before doclets were being applied for the Frank!Doc, exclude filters were regular expressions.
getExcludeFiltersForSuperclass() - Static method in class org.frankframework.frankdoc.model.FrankElementFilters
 
getFilteredElementRoles(Predicate<ElementChild>, Predicate<ElementChild>) - Method in class org.frankframework.frankdoc.model.ConfigChildSet
 
getFullName() - Method in class org.frankframework.frankdoc.model.ElementType
 
getGenericElementOptionDefault(Predicate<FrankElement>) - Method in class org.frankframework.frankdoc.model.ConfigChildSet
 
getGenericOptionElementName() - Method in class org.frankframework.frankdoc.model.ElementRole
 
getHighestCommonInterface() - Method in class org.frankframework.frankdoc.model.ElementRole
Used to resolve conflicts by ElementType interface inheritance, see org.frankframework.frankdoc.model.
getHighestCommonInterface() - Method in class org.frankframework.frankdoc.model.ElementType
 
getHtmlTags(String) - Static method in class org.frankframework.frankdoc.Utils
 
getIncludeFilter() - Static method in class org.frankframework.frankdoc.model.FrankElementFilters
 
getInterfaceImplementations() - Method in interface org.frankframework.frankdoc.wrapper.FrankClass
Assumes that this object models a Java interface and get the non-abstract interface implementations.
getInterfaces() - Method in interface org.frankframework.frankdoc.wrapper.FrankClass
Get super interfaces of an interface, or interfaces implemented by a class.
getJavaDoc() - Method in interface org.frankframework.frankdoc.wrapper.FrankClass
 
getJavaDoc() - Method in interface org.frankframework.frankdoc.wrapper.FrankEnumConstant
 
getJavaDoc() - Method in interface org.frankframework.frankdoc.wrapper.FrankMethod
 
getJavaDoc() - Method in class org.frankframework.frankdoc.wrapper.MultiplyInheritedMethodPlaceholder
This is not a declared method, so it has no declared JavaDoc.
getJavaDocIncludingInherited() - Method in interface org.frankframework.frankdoc.wrapper.FrankMethod
 
getJavaDocTag(String) - Method in interface org.frankframework.frankdoc.wrapper.FrankClass
 
getJavaDocTag(String) - Method in interface org.frankframework.frankdoc.wrapper.FrankEnumConstant
 
getJavaDocTag(String) - Method in interface org.frankframework.frankdoc.wrapper.FrankMethod
 
getJavaDocTag(String) - Method in class org.frankframework.frankdoc.wrapper.MultiplyInheritedMethodPlaceholder
This is not a declared method, so it has no declared JavaDoc tags.
getJavaDocTagIncludingInherited(String) - Method in interface org.frankframework.frankdoc.wrapper.FrankClass
 
getJavaDocTagIncludingInherited(String) - Method in interface org.frankframework.frankdoc.wrapper.FrankMethod
 
getJson() - Method in class org.frankframework.frankdoc.FrankDocJsonFactory
 
getKey(List<ElementRole>) - Static method in class org.frankframework.frankdoc.model.ConfigChildSet
 
getKey() - Method in class org.frankframework.frankdoc.model.ElementRole
 
getKey() - Method in class org.frankframework.frankdoc.model.FrankAttribute
 
getKey() - Method in class org.frankframework.frankdoc.model.ObjectConfigChild
 
getKey() - Method in class org.frankframework.frankdoc.model.TextConfigChild
 
getLogger(Class<?>) - Static method in class org.frankframework.frankdoc.util.LogUtil
 
getMemberChildren(List<ElementRole>, Predicate<ElementChild>, Predicate<ElementChild>, Predicate<FrankElement>) - Static method in class org.frankframework.frankdoc.model.ConfigChildSet
Handles generic element option recursion as explained in org.frankframework.frankdoc.model.
getMembers() - Method in class org.frankframework.frankdoc.model.ElementRole
 
getName() - Method in interface org.frankframework.frankdoc.wrapper.FrankProgramElement
 
getName() - Method in class org.frankframework.frankdoc.wrapper.MultiplyInheritedMethodPlaceholder
 
getNextAncestorThatHasChildren(Predicate<FrankElement>) - Method in class org.frankframework.frankdoc.model.FrankElement
 
getNextAncestorThatHasOrRejectsAttributes(Predicate<ElementChild>, Predicate<ElementChild>) - Method in class org.frankframework.frankdoc.model.FrankElement
 
getNextAncestorThatHasOrRejectsConfigChildren(Predicate<ElementChild>, Predicate<ElementChild>) - Method in class org.frankframework.frankdoc.model.FrankElement
 
getNextPluralConfigChildrenAncestor(Predicate<ElementChild>, Predicate<ElementChild>) - Method in class org.frankframework.frankdoc.model.FrankElement
 
getPackageName() - Method in interface org.frankframework.frankdoc.wrapper.FrankClass
 
getParameterCount() - Method in interface org.frankframework.frankdoc.wrapper.FrankMethod
 
getParameterCount() - Method in class org.frankframework.frankdoc.wrapper.MultiplyInheritedMethodPlaceholder
 
getParameterTypes() - Method in interface org.frankframework.frankdoc.wrapper.FrankMethod
 
getParameterTypes() - Method in class org.frankframework.frankdoc.wrapper.MultiplyInheritedMethodPlaceholder
 
getReturnType() - Method in interface org.frankframework.frankdoc.wrapper.FrankMethod
If the return type is void, return a FrankPrimitiveType wrapping "void".
getReturnType() - Method in class org.frankframework.frankdoc.wrapper.MultiplyInheritedMethodPlaceholder
 
getRoleName() - Method in class org.frankframework.frankdoc.model.ConfigChild
 
getRoleName() - Method in class org.frankframework.frankdoc.model.ConfigChildSet
 
getRoleName() - Method in class org.frankframework.frankdoc.model.ObjectConfigChild
 
getRoleName() - Method in class org.frankframework.frankdoc.model.TextConfigChild
 
getRootLogger() - Static method in class org.frankframework.frankdoc.util.LogUtil
 
getSAXParserFactory(boolean) - Static method in class org.frankframework.frankdoc.Utils
 
getSchema() - Method in class org.frankframework.frankdoc.DocWriterNew
 
getSignature() - Method in interface org.frankframework.frankdoc.wrapper.FrankMethod
 
getSignature() - Method in class org.frankframework.frankdoc.wrapper.MultiplyInheritedMethodPlaceholder
 
getSimpleName() - Method in class org.frankframework.frankdoc.model.ElementType
 
getSimpleName() - Method in interface org.frankframework.frankdoc.wrapper.FrankClass
 
getSuperclass() - Method in interface org.frankframework.frankdoc.wrapper.FrankClass
 
getSyntax2Members() - Method in class org.frankframework.frankdoc.model.ElementType
Get the members that can be referenced with syntax 2.
getText() - Method in class org.frankframework.frankdoc.FrankDocElementSummaryFactory
 
getTheSingleXmlElementName() - Method in class org.frankframework.frankdoc.model.FrankElement
 
getTypeNameBase() - Method in class org.frankframework.frankdoc.model.FrankElement
 
getUniqueName(String) - Method in class org.frankframework.frankdoc.model.AttributeEnum
 
getValue() - Method in interface org.frankframework.frankdoc.wrapper.FrankAnnotation
Get the "value" field of the annotation.
getValueOf(String) - Method in interface org.frankframework.frankdoc.wrapper.FrankAnnotation
 
getXMLReader(boolean) - Static method in class org.frankframework.frankdoc.Utils
 
getXsdElementName(ElementRole) - Method in class org.frankframework.frankdoc.model.FrankElement
 
GROUP_NAME_OTHER - Static variable in class org.frankframework.frankdoc.model.FrankDocGroup
 
groupKind(Collection<ConfigChild>) - Static method in enum org.frankframework.frankdoc.model.ConfigChildGroupKind
Get the ConfigChildGroupKind of a collection of config children, assuming that they all have the same role name.

H

handle(DigesterRule) - Method in class org.frankframework.frankdoc.model.DigesterRulesHandler
 
handleChildrenOf(FrankElement) - Method in interface org.frankframework.frankdoc.model.CumulativeChildHandler
 
handleCumulativeChildrenOf(FrankElement) - Method in interface org.frankframework.frankdoc.model.CumulativeChildHandler
 
handleSelectedChildren(List<T>, FrankElement) - Method in interface org.frankframework.frankdoc.model.CumulativeChildHandler
 
handleSelectedChildrenOfTopLevel(List<T>, FrankElement) - Method in interface org.frankframework.frankdoc.model.CumulativeChildHandler
 
hasFilledConfigChildSets(Predicate<ElementChild>, Predicate<ElementChild>) - Method in class org.frankframework.frankdoc.model.FrankElement
 
hasOnePossibleXmlElementName() - Method in class org.frankframework.frankdoc.model.FrankElement
 
hasOrInheritsPluralConfigChildren(Predicate<ElementChild>, Predicate<ElementChild>) - Method in class org.frankframework.frankdoc.model.FrankElement
 
hasType(String) - Method in class org.frankframework.frankdoc.model.FrankDocModel
 
HAVE_ERRORS - Static variable in class org.frankframework.frankdoc.util.ErrorDetectingAppender
 
header() - Static method in class org.frankframework.frankdoc.model.FrankElementStatistics
 

I

IBISDOC - Static variable in class org.frankframework.frankdoc.wrapper.FrankDocletConstants
 
IBISDOCREF - Static variable in class org.frankframework.frankdoc.wrapper.FrankDocletConstants
 
IGNORE_COMPATIBILITY_MODE - Static variable in class org.frankframework.frankdoc.Constants
 
IN_COMPATIBILITY_XSD - Static variable in class org.frankframework.frankdoc.model.ElementChild
 
IN_XSD - Static variable in class org.frankframework.frankdoc.model.ElementChild
 
init(XsdVersion) - Method in class org.frankframework.frankdoc.DocWriterNew
 
isAbstract() - Method in interface org.frankframework.frankdoc.wrapper.FrankClass
 
isAttributeGetterOrSetter(FrankMethod) - Static method in class org.frankframework.frankdoc.Utils
 
isConfigChildSetter(FrankMethod) - Static method in class org.frankframework.frankdoc.Utils
 
isEnum() - Method in interface org.frankframework.frankdoc.wrapper.FrankType
 
isInterface() - Method in interface org.frankframework.frankdoc.wrapper.FrankClass
 
isMultiplyInheritedPlaceholder() - Method in interface org.frankframework.frankdoc.wrapper.FrankMethod
 
isMultiplyInheritedPlaceholder() - Method in class org.frankframework.frankdoc.wrapper.MultiplyInheritedMethodPlaceholder
 
isPrimitive() - Method in interface org.frankframework.frankdoc.wrapper.FrankClass
 
isPrimitive() - Method in interface org.frankframework.frankdoc.wrapper.FrankType
 
isPublic() - Method in interface org.frankframework.frankdoc.wrapper.FrankClass
 
isPublic() - Method in interface org.frankframework.frankdoc.wrapper.FrankProgramElement
 
isPublic() - Method in class org.frankframework.frankdoc.wrapper.MultiplyInheritedMethodPlaceholder
 
isVarargs() - Method in interface org.frankframework.frankdoc.wrapper.FrankMethod
 
isVarargs() - Method in class org.frankframework.frankdoc.wrapper.MultiplyInheritedMethodPlaceholder
 

J

JAVA_DOC_TAG_MANDATORY - Static variable in class org.frankframework.frankdoc.Constants
 
JAVADOC_FORWARD - Static variable in class org.frankframework.frankdoc.model.FrankElement
 
JAVADOC_PARAMETER - Static variable in class org.frankframework.frankdoc.model.FrankElement
 
JAVADOC_TAG - Static variable in class org.frankframework.frankdoc.model.FrankElement
 
JSON_NOT_INHERITED - Static variable in class org.frankframework.frankdoc.model.ElementChild
 
JSON_RELEVANT - Static variable in class org.frankframework.frankdoc.model.ElementChild
 
jsonPretty(String) - Static method in class org.frankframework.frankdoc.Utils
 

K

Key(String, String) - Constructor for class org.frankframework.frankdoc.model.ElementRole.Key
 
Key(ObjectConfigChild) - Constructor for class org.frankframework.frankdoc.model.ElementRole.Key
 

L

languageVersion() - Static method in class org.frankframework.frankdoc.doclet.DocletBuilder
 
log - Variable in class org.frankframework.frankdoc.model.DigesterRulesHandler
 
LogUtil - Class in org.frankframework.frankdoc.util
Logger factory.
LogUtil() - Constructor for class org.frankframework.frankdoc.util.LogUtil
 

M

main(String[]) - Static method in class org.frankframework.frankdoc.cmd.XmlAgainstXsdValidator
 
MandatoryStatus - Enum in org.frankframework.frankdoc.model
 
MultiplyInheritedMethodPlaceholder - Class in org.frankframework.frankdoc.wrapper
Placeholder for a method that is inherited from the superclass and also from interfaces in the implements clause of a Java class.

O

OBJECT - Static variable in class org.frankframework.frankdoc.wrapper.FrankDocletConstants
 
ObjectConfigChild - Class in org.frankframework.frankdoc.model
 
optionLength(String) - Static method in class org.frankframework.frankdoc.doclet.DocletBuilder
 
org.frankframework.frankdoc - package org.frankframework.frankdoc
 
org.frankframework.frankdoc.cmd - package org.frankframework.frankdoc.cmd
 
org.frankframework.frankdoc.doclet - package org.frankframework.frankdoc.doclet
 
org.frankframework.frankdoc.model - package org.frankframework.frankdoc.model
This package contains a set of model classes that is used by DocWriterNew to generate the XML configuration schema used by Frank developers.
org.frankframework.frankdoc.util - package org.frankframework.frankdoc.util
 
org.frankframework.frankdoc.wrapper - package org.frankframework.frankdoc.wrapper
This package was created to allow the Frank!Doc model to be instantiated both from Java reflection or from within a doclet.

P

ParsedJavaDocTag - Class in org.frankframework.frankdoc.model
 
parseXml(InputSource, ContentHandler) - Static method in class org.frankframework.frankdoc.Utils
 
parseXml(InputSource, ContentHandler, ErrorHandler) - Static method in class org.frankframework.frankdoc.Utils
 
populate(URL, String, FrankClassRepository) - Static method in class org.frankframework.frankdoc.model.FrankDocModel
 
printUsage() - Static method in class org.frankframework.frankdoc.cmd.XmlAgainstXsdValidator
 
promoteIfConflict(List<ElementRole>) - Static method in class org.frankframework.frankdoc.model.ElementRole
Solves conflicts by ElementType interface inheritance.
promoteIfPrimitive(String) - Static method in class org.frankframework.frankdoc.Utils
 

R

REJECT_DEPRECATED - Static variable in class org.frankframework.frankdoc.model.ElementChild
 
removeTrailingDot(String) - Static method in interface org.frankframework.frankdoc.wrapper.FrankClassRepository
Removes a trailing dot from a package name.

S

setAttributes(List<FrankAttribute>) - Method in class org.frankframework.frankdoc.model.FrankElement
 
setCdataValue(String) - Method in class org.frankframework.frankdoc.util.XmlBuilder
 
setConfigChildren(List<ConfigChild>) - Method in class org.frankframework.frankdoc.model.FrankElement
 
setParent(FrankElement) - Method in class org.frankframework.frankdoc.model.FrankElement
 
setValue(String) - Method in class org.frankframework.frankdoc.util.XmlBuilder
 
start(RootDoc) - Static method in class org.frankframework.frankdoc.doclet.DocletBuilder
 
startElement(String, String, String, Attributes) - Method in class org.frankframework.frankdoc.model.DigesterRulesHandler
Parse all digester rules as DigesterRule
STRING - Static variable in class org.frankframework.frankdoc.wrapper.FrankDocletConstants
 

T

TextConfigChild - Class in org.frankframework.frankdoc.model
 
toString(Collection<ConfigChild>) - Static method in class org.frankframework.frankdoc.model.ConfigChild
 
toString() - Method in class org.frankframework.frankdoc.model.ConfigChildSet
 
toString() - Method in class org.frankframework.frankdoc.model.DigesterRule
 
toString() - Method in class org.frankframework.frankdoc.model.ElementChild
 
toString() - Method in class org.frankframework.frankdoc.model.ElementRole.Key
 
toString() - Method in class org.frankframework.frankdoc.model.ElementRole
 
toString() - Method in class org.frankframework.frankdoc.model.ElementType
 
toString() - Method in class org.frankframework.frankdoc.model.FrankAttribute
 
toString() - Method in class org.frankframework.frankdoc.model.FrankElement
 
toString() - Method in class org.frankframework.frankdoc.model.FrankElementStatistics
 
toString() - Method in class org.frankframework.frankdoc.model.ObjectConfigChild
 
toString() - Method in class org.frankframework.frankdoc.model.TextConfigChild
 
toStringImpl() - Method in interface org.frankframework.frankdoc.wrapper.FrankMethod
 
toUpperCamelCase(String) - Static method in class org.frankframework.frankdoc.Utils
 
toXML() - Method in class org.frankframework.frankdoc.util.XmlBuilder
 
toXML(boolean) - Method in class org.frankframework.frankdoc.util.XmlBuilder
 

U

Utils - Class in org.frankframework.frankdoc
Utility methods for the Frank!Doc.

V

validOptions(String[][], DocErrorReporter) - Static method in class org.frankframework.frankdoc.doclet.DocletBuilder
 
valueOf(String) - Static method in enum org.frankframework.frankdoc.AttributeTypeStrategy
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.frankframework.frankdoc.model.AttributeType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.frankframework.frankdoc.model.ConfigChildGroupKind
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.frankframework.frankdoc.model.MandatoryStatus
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.frankframework.frankdoc.XsdVersion
Returns the enum constant of this type with the specified name.
values() - Static method in enum org.frankframework.frankdoc.AttributeTypeStrategy
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.frankframework.frankdoc.model.AttributeType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.frankframework.frankdoc.model.ConfigChildGroupKind
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.frankframework.frankdoc.model.MandatoryStatus
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.frankframework.frankdoc.XsdVersion
Returns an array containing the constants of this enum type, in the order they are declared.

W

walkCumulativeAttributes(CumulativeChildHandler<FrankAttribute>, Predicate<ElementChild>, Predicate<ElementChild>) - Method in class org.frankframework.frankdoc.model.FrankElement
 
walkCumulativeConfigChildren(CumulativeChildHandler<ConfigChild>, Predicate<ElementChild>, Predicate<ElementChild>) - Method in class org.frankframework.frankdoc.model.FrankElement
 

X

XmlAgainstXsdValidator - Class in org.frankframework.frankdoc.cmd
 
XmlAgainstXsdValidator() - Constructor for class org.frankframework.frankdoc.cmd.XmlAgainstXsdValidator
 
XmlBuilder - Class in org.frankframework.frankdoc.util
Builds a XML-element with attributes and sub-elements.
XmlBuilder(String) - Constructor for class org.frankframework.frankdoc.util.XmlBuilder
 
XmlBuilder(String, String, String) - Constructor for class org.frankframework.frankdoc.util.XmlBuilder
 
XsdVersion - Enum in org.frankframework.frankdoc
 
A B C D E F G H I J K L M O P R S T U V W X 
Skip navigation links

Copyright © 2022 Ibissource.org. All rights reserved.