A C D E F G I L M N O P R S T V W X

A

addControllableListener(ControllableListener) - Method in class org.keridwen.core.data.model.io.impl.DefaultTreeReader
 
addControllableListener(ControllableListener) - Method in class org.keridwen.core.data.model.io.impl.DefaultTreeWriter
 
addControllableListener(ControllableListener) - Method in interface org.keridwen.core.data.model.progress.Controllable
Adds a ControllableListener.
addModificationStateListener(ModificationStateListener) - Method in interface org.keridwen.core.data.model.DataModel
Adds the given ModificationStateListener to the list of listeners.
addModificationStateListener(ModificationStateListener) - Method in class org.keridwen.core.data.model.impl.DefaultDataModel
 
addNode(Node<?>, Node<?>) - Method in interface org.keridwen.core.data.model.DataModel
Adds the given child Node as the last child of the given parent Node.
addNode(Node<?>, Node<?>) - Method in class org.keridwen.core.data.model.impl.DefaultDataModel
 
addNodeReaderForPath(NodeReader<?>, String) - Method in interface org.keridwen.core.data.model.DataModel
Associates the given NodeReader to the provided node absolute path in the XML file.
addNodeReaderForPath(NodeReader<?>, String) - Method in class org.keridwen.core.data.model.impl.DefaultDataModel
 
addProgressableListener(ProgressableListener) - Method in class org.keridwen.core.data.model.io.impl.DefaultTreeReader
 
addProgressableListener(ProgressableListener) - Method in class org.keridwen.core.data.model.io.impl.DefaultTreeWriter
 
addProgressableListener(ProgressableListener) - Method in interface org.keridwen.core.data.model.progress.Progressable
Adds a ProgressableListener.

C

clearContent() - Method in class org.keridwen.core.data.model.impl.DefaultNode
 
clearContent() - Method in interface org.keridwen.core.data.model.Node
Removes the content of the node.
clearControllableListener() - Method in class org.keridwen.core.data.model.io.impl.DefaultTreeReader
 
clearControllableListener() - Method in class org.keridwen.core.data.model.io.impl.DefaultTreeWriter
 
clearControllableListener() - Method in interface org.keridwen.core.data.model.progress.Controllable
Clears the list of listeners.
clearProgressableListener() - Method in class org.keridwen.core.data.model.io.impl.DefaultTreeReader
 
clearProgressableListener() - Method in class org.keridwen.core.data.model.io.impl.DefaultTreeWriter
 
clearProgressableListener() - Method in interface org.keridwen.core.data.model.progress.Progressable
Clears the list of listeners.
com.artenum.forceria - package com.artenum.forceria
 
com.artenum.forceria.exception - package com.artenum.forceria.exception
 
com.artenum.forceria.template - package com.artenum.forceria.template
 
com.artenum.forceria.xml - package com.artenum.forceria.xml
 
combinePackagesName(String, String) - Static method in class com.artenum.forceria.ForceriaGenerator
Combine packages names by adding a "." char between package and subpackage.
Controllable - Interface in org.keridwen.core.data.model.progress
A Controllable defines a class that can be controlled (i.e. interrupted, paused, etc.).
ControllableListener - Interface in org.keridwen.core.data.model.progress
 
ControllableState - Enum in org.keridwen.core.data.model.progress
The state of a process determines if a process is running, over and if it succeeded in accomplishing its task.
convertStringToFileSystemName(String) - Static method in class org.keridwen.core.data.model.util.FileUtil
Convert a user name into a file name that is compatible file system
convertStringToXMLTag(String) - Static method in class org.keridwen.core.data.model.util.FileUtil
 
createNode(Element) - Method in interface org.keridwen.core.data.model.io.NodeReader
 

D

DataModel - Interface in org.keridwen.core.data.model
 
DataModelInformation - Class in org.keridwen.core.data.model
 
DataModelInformation() - Constructor for class org.keridwen.core.data.model.DataModelInformation
Default constructor
dataModelModificationStateChanged(ModificationState) - Method in interface org.keridwen.core.data.model.ModificationStateListener
 
DefaultDataModel - Class in org.keridwen.core.data.model.impl
Default implementation of Keridwen hierarchical data model.
DefaultDataModel() - Constructor for class org.keridwen.core.data.model.impl.DefaultDataModel
Default constructor.
DefaultDataModel(Node<?>) - Constructor for class org.keridwen.core.data.model.impl.DefaultDataModel
Creates a DataModel with the given root Node.
DefaultNode<T> - Class in org.keridwen.core.data.model.impl
 
DefaultNode(String, T) - Constructor for class org.keridwen.core.data.model.impl.DefaultNode
Creates a Node with the given name, initial content, NodeReader and NodeWriter.
DefaultNode(String, URI, NodeReader<T>, NodeWriter) - Constructor for class org.keridwen.core.data.model.impl.DefaultNode
Creates a Node with the given name, NodeReader and NodeWriter.
DefaultNode(String) - Constructor for class org.keridwen.core.data.model.impl.DefaultNode
Creates an empty folder Node.
DefaultTreeReader - Class in org.keridwen.core.data.model.io.impl
 
DefaultTreeReader() - Constructor for class org.keridwen.core.data.model.io.impl.DefaultTreeReader
 
DefaultTreeWriter - Class in org.keridwen.core.data.model.io.impl
This is the default implementation of the TreeWriter.
DefaultTreeWriter() - Constructor for class org.keridwen.core.data.model.io.impl.DefaultTreeWriter
 
displayXMLDocument(Document) - Static method in class com.artenum.forceria.xml.XMLUtil
 
DTDErrorHandler - Class in com.artenum.forceria.xml
 
DTDErrorHandler() - Constructor for class com.artenum.forceria.xml.DTDErrorHandler
 

E

error(SAXParseException) - Method in class com.artenum.forceria.xml.DTDErrorHandler
 
escRegExp(String) - Static method in class com.artenum.forceria.template.StringTemplate
This procedure is used to ensure that a string is not interpreted as a regular expression.

F

fatalError(SAXParseException) - Method in class com.artenum.forceria.xml.DTDErrorHandler
 
FileFormatException - Exception in com.artenum.forceria.exception
Exception throw on Forceria file reading errors
FileFormatException() - Constructor for exception com.artenum.forceria.exception.FileFormatException
 
FileFormatException(String, Throwable) - Constructor for exception com.artenum.forceria.exception.FileFormatException
 
FileFormatException(String) - Constructor for exception com.artenum.forceria.exception.FileFormatException
 
FileFormatException(Throwable) - Constructor for exception com.artenum.forceria.exception.FileFormatException
 
FileUtil - Class in org.keridwen.core.data.model.util
Utility class for file tools
ForceriaGenerator - Class in com.artenum.forceria
Generate the data model from Forceria description file
ForceriaGenerator() - Constructor for class com.artenum.forceria.ForceriaGenerator
 
ForceriaPatterns - Enum in com.artenum.forceria
 

G

generate() - Method in class com.artenum.forceria.ForceriaGenerator
Launch the forceria generation
GenerationException - Exception in com.artenum.forceria.exception
Exception throw on Data Model generation error
GenerationException() - Constructor for exception com.artenum.forceria.exception.GenerationException
 
GenerationException(String, Throwable) - Constructor for exception com.artenum.forceria.exception.GenerationException
 
GenerationException(String) - Constructor for exception com.artenum.forceria.exception.GenerationException
 
GenerationException(Throwable) - Constructor for exception com.artenum.forceria.exception.GenerationException
 
getChildNodeByName(String) - Method in class org.keridwen.core.data.model.impl.DefaultNode
Gets the child Node with the given name.
getComment() - Method in class com.artenum.forceria.template.TemplateData
 
getContent() - Method in class com.artenum.forceria.template.StringTemplate
get the initial content with enclosing patterns replaced by all added replacements
getContent() - Method in class org.keridwen.core.data.model.impl.DefaultNode
 
getContent() - Method in interface org.keridwen.core.data.model.Node
Gets the content of the Node.
getCreationTime() - Method in class org.keridwen.core.data.model.NodeInformation
 
getDataModelInformation() - Method in interface org.keridwen.core.data.model.DataModel
Gets the DataModel metadata
getDataModelInformation() - Method in class org.keridwen.core.data.model.impl.DefaultDataModel
 
getDefaultValue() - Method in class com.artenum.forceria.template.TemplateData
 
getDescription() - Method in class org.keridwen.core.data.model.impl.DefaultNode
 
getDescription() - Method in interface org.keridwen.core.data.model.Node
Gets the String description of the Node
getFormatSpecification() - Method in interface org.keridwen.core.data.model.io.NodeReader
 
getFormatSpecification() - Method in interface org.keridwen.core.data.model.io.NodeWriter
 
getGroup() - Method in class org.keridwen.core.data.model.NodeInformation
 
getId() - Method in class org.keridwen.core.data.model.NodeInformation
 
getlength() - Method in class com.artenum.forceria.template.TemplateData
 
getLengthIndex() - Method in enum com.artenum.forceria.template.TemplateData.TemplateDataType
 
getModificationState() - Method in interface org.keridwen.core.data.model.DataModel
Gets the ModificationState of the DataModel.
getModificationState() - Method in class org.keridwen.core.data.model.impl.DefaultDataModel
 
getModificationTime() - Method in class org.keridwen.core.data.model.NodeInformation
 
getName() - Method in class com.artenum.forceria.template.TemplateData
 
getName() - Method in class org.keridwen.core.data.model.impl.DefaultNode
 
getName() - Method in interface org.keridwen.core.data.model.Node
Gets the Node name.
getNodeInformation() - Method in class org.keridwen.core.data.model.impl.DefaultNode
 
getNodeInformation() - Method in interface org.keridwen.core.data.model.Node
Gets metadata information about the Node.
getNodeReader(String) - Method in interface org.keridwen.core.data.model.DataModel
Gets the NodeReader associated with the given file format.
getNodeReader(String) - Method in class org.keridwen.core.data.model.impl.DefaultDataModel
 
getNodeReader() - Method in class org.keridwen.core.data.model.impl.DefaultNode
 
getNodeReader() - Method in interface org.keridwen.core.data.model.Node
Gets the NodeReader.
getNodeState() - Method in class org.keridwen.core.data.model.impl.DefaultNode
 
getNodeState() - Method in interface org.keridwen.core.data.model.Node
Gets the NodeState.
getNodeState() - Method in class org.keridwen.core.data.model.NodeInformation
 
getNodeURI() - Method in class org.keridwen.core.data.model.impl.DefaultNode
 
getNodeURI() - Method in interface org.keridwen.core.data.model.Node
Gets the URI where the Node is saved.
getOwner() - Method in class org.keridwen.core.data.model.NodeInformation
 
getPattern() - Method in enum com.artenum.forceria.ForceriaPatterns
 
getPattern() - Method in interface com.artenum.forceria.template.StringTemplatePattern
 
getPattern() - Method in enum com.artenum.forceria.template.TemplateData.TemplateDataType
 
getPatterns() - Method in class com.artenum.forceria.template.StringTemplate
get the set of patterns to be replaced
getPermission() - Method in class org.keridwen.core.data.model.NodeInformation
 
getProgress() - Method in class org.keridwen.core.data.model.io.impl.DefaultTreeReader
 
getProgress() - Method in class org.keridwen.core.data.model.io.impl.DefaultTreeWriter
 
getProgress() - Method in interface org.keridwen.core.data.model.progress.Progressable
Gets the current progress of the Progressable.
getRootNode() - Method in interface org.keridwen.core.data.model.DataModel
Gets the DataModel root Node.
getRootNode() - Method in class org.keridwen.core.data.model.impl.DefaultDataModel
 
getSchema() - Method in class org.keridwen.core.data.model.DataModelInformation
 
getSize() - Method in class org.keridwen.core.data.model.NodeInformation
 
getState() - Method in class org.keridwen.core.data.model.io.impl.DefaultTreeReader
 
getState() - Method in class org.keridwen.core.data.model.io.impl.DefaultTreeWriter
 
getState() - Method in interface org.keridwen.core.data.model.progress.Controllable
Gets the controllable state.
getState() - Method in interface org.keridwen.core.data.model.progress.Progressable
Gets the controllable state.
getSubtype() - Method in class com.artenum.forceria.template.TemplateData
 
getSubtypeIndex() - Method in enum com.artenum.forceria.template.TemplateData.TemplateDataType
 
getTemplateType() - Method in class com.artenum.forceria.template.TemplateData
 
getType() - Method in class com.artenum.forceria.template.TemplateData
 
getXMLDescription() - Method in interface org.keridwen.core.data.model.io.NodeWriter
 
getXmlElement() - Method in class org.keridwen.core.data.model.impl.DefaultNode
 
getXmlElement() - Method in interface org.keridwen.core.data.model.Node
Gets the XML description of the Node.

I

insertNodeInto(Node<?>, Node<?>, int) - Method in interface org.keridwen.core.data.model.DataModel
Inserts the given child Node in the given parent Node, at the given index.
insertNodeInto(Node<?>, Node<?>, int) - Method in class org.keridwen.core.data.model.impl.DefaultDataModel
 
interrupt() - Method in class org.keridwen.core.data.model.io.impl.DefaultTreeReader
 
interrupt() - Method in class org.keridwen.core.data.model.io.impl.DefaultTreeWriter
 
interrupt() - Method in interface org.keridwen.core.data.model.progress.Controllable
Sends to the command the order to interrupt its current tasks as soon as possible.
isContentLoaded() - Method in class org.keridwen.core.data.model.impl.DefaultNode
 
isContentLoaded() - Method in interface org.keridwen.core.data.model.Node
Indicates whether the content of the node has been loaded in memory or not.
isContentLocal() - Method in class org.keridwen.core.data.model.impl.DefaultNode
 
isContentLocal() - Method in interface org.keridwen.core.data.model.Node
Indicates whether the content of the node is stored within the model or linked from outside.
isDetermined() - Method in class org.keridwen.core.data.model.io.impl.DefaultTreeReader
 
isDetermined() - Method in class org.keridwen.core.data.model.io.impl.DefaultTreeWriter
 
isDetermined() - Method in interface org.keridwen.core.data.model.progress.Progressable
Checks whether the progress is determined.
isFinished() - Method in enum org.keridwen.core.data.model.progress.ControllableState
return true if the state leads to or occurs when the process is terminated (no way to be running anymore)
isFolder() - Method in class org.keridwen.core.data.model.impl.DefaultNode
 
isFolder() - Method in interface org.keridwen.core.data.model.Node
Indicates if this Node is a folder Node or a leaf Node.
isInterrupted() - Method in class org.keridwen.core.data.model.io.impl.DefaultTreeReader
 
isInterrupted() - Method in class org.keridwen.core.data.model.io.impl.DefaultTreeWriter
 
isInterrupted() - Method in interface org.keridwen.core.data.model.progress.Controllable
Checks whether this Controllable has been interrupted.
isInterruptible() - Method in class org.keridwen.core.data.model.io.impl.DefaultTreeReader
 
isInterruptible() - Method in class org.keridwen.core.data.model.io.impl.DefaultTreeWriter
 
isInterruptible() - Method in interface org.keridwen.core.data.model.progress.Controllable
Checks whether this Controllable can be interrupted.
isPausable() - Method in class org.keridwen.core.data.model.io.impl.DefaultTreeReader
 
isPausable() - Method in class org.keridwen.core.data.model.io.impl.DefaultTreeWriter
 
isPausable() - Method in interface org.keridwen.core.data.model.progress.Controllable
Checks whether this Controllable can be paused.
isRunning() - Method in enum org.keridwen.core.data.model.progress.ControllableState
return true if the state leads to or occurs during process run
iterator() - Method in class org.keridwen.core.data.model.impl.DefaultNode
 
iterator() - Method in interface org.keridwen.core.data.model.Node
 

L

load(URI) - Method in class org.keridwen.core.data.model.impl.DefaultNode
 
load(URI) - Method in interface org.keridwen.core.data.model.Node
Loads the Node content from the given URI.
loadModel(URI) - Method in interface org.keridwen.core.data.model.DataModel
Loads the DataModel from the given root Node URI.
loadModel(URI) - Method in class org.keridwen.core.data.model.impl.DefaultDataModel
 

M

ModificationState - Enum in org.keridwen.core.data.model
 
ModificationStateListener - Interface in org.keridwen.core.data.model
 

N

Node<T> - Interface in org.keridwen.core.data.model
Mutable node for Keridwen tree-based DataModel.
NodeInformation - Class in org.keridwen.core.data.model
This class contains all information about a GDM node.
NodeInformation(String, String, long, long) - Constructor for class org.keridwen.core.data.model.NodeInformation
Quick constructor
NodeInformation() - Constructor for class org.keridwen.core.data.model.NodeInformation
Default constructor
NodeInformation(NodeState) - Constructor for class org.keridwen.core.data.model.NodeInformation
 
NodeReader<T> - Interface in org.keridwen.core.data.model.io
 
NodeState - Enum in org.keridwen.core.data.model
State of the Forceria Nodes.
NodeWriter - Interface in org.keridwen.core.data.model.io
 

O

org.keridwen.core.data.model - package org.keridwen.core.data.model
 
org.keridwen.core.data.model.impl - package org.keridwen.core.data.model.impl
 
org.keridwen.core.data.model.io - package org.keridwen.core.data.model.io
 
org.keridwen.core.data.model.io.impl - package org.keridwen.core.data.model.io.impl
 
org.keridwen.core.data.model.progress - package org.keridwen.core.data.model.progress
 
org.keridwen.core.data.model.util - package org.keridwen.core.data.model.util
 

P

pause() - Method in class org.keridwen.core.data.model.io.impl.DefaultTreeReader
 
pause() - Method in class org.keridwen.core.data.model.io.impl.DefaultTreeWriter
 
pause() - Method in interface org.keridwen.core.data.model.progress.Controllable
Pauses this Command.
Progressable - Interface in org.keridwen.core.data.model.progress
 
ProgressableListener - Interface in org.keridwen.core.data.model.progress
A ProgressableListener observes the behaviour of a Progressable.
progressChanged(Progressable, int) - Method in interface org.keridwen.core.data.model.progress.ProgressableListener
Method called whenever the Progressable progress has changed.

R

readContent(URI) - Method in interface org.keridwen.core.data.model.io.NodeReader
 
readTextFile(File) - Static method in class com.artenum.forceria.template.StringTemplateUtil
read a file into a string
readTree(DataModel, URI, String) - Method in class org.keridwen.core.data.model.io.impl.DefaultTreeReader
 
readTree(DataModel, URI, String) - Method in interface org.keridwen.core.data.model.io.TreeReader
 
readXml(InputStream) - Static method in class com.artenum.forceria.template.StringTemplateUtil
Read XML as DOM.
reload() - Method in class org.keridwen.core.data.model.impl.DefaultNode
 
reload() - Method in interface org.keridwen.core.data.model.Node
Reloads the Node content
removeControllableListener(ControllableListener) - Method in class org.keridwen.core.data.model.io.impl.DefaultTreeReader
 
removeControllableListener(ControllableListener) - Method in class org.keridwen.core.data.model.io.impl.DefaultTreeWriter
 
removeControllableListener(ControllableListener) - Method in interface org.keridwen.core.data.model.progress.Controllable
Removes a ControllableListener.
removeModificationStateListener(ModificationStateListener) - Method in interface org.keridwen.core.data.model.DataModel
Removes the given ModificationStateListener from the list of listeners.
removeModificationStateListener(ModificationStateListener) - Method in class org.keridwen.core.data.model.impl.DefaultDataModel
 
removeProgressableListener(ProgressableListener) - Method in class org.keridwen.core.data.model.io.impl.DefaultTreeReader
 
removeProgressableListener(ProgressableListener) - Method in class org.keridwen.core.data.model.io.impl.DefaultTreeWriter
 
removeProgressableListener(ProgressableListener) - Method in interface org.keridwen.core.data.model.progress.Progressable
Removes a ProgressableListener.
removeReaderForPath(String) - Method in interface org.keridwen.core.data.model.DataModel
Removes the association between the given node path and its NodeReader.
removeReaderForPath(String) - Method in class org.keridwen.core.data.model.impl.DefaultDataModel
 
replace(StringTemplatePattern, String) - Method in class com.artenum.forceria.template.StringTemplate
replace a pattern composed of [CHAR]pattern[CHAR] by the given text, where [CHAR] is the defined enclosing char (which can be a string in fact)
reset() - Method in class com.artenum.forceria.template.StringTemplate
reset the replacement process from the initial content
resume() - Method in class org.keridwen.core.data.model.io.impl.DefaultTreeReader
 
resume() - Method in class org.keridwen.core.data.model.io.impl.DefaultTreeWriter
 
resume() - Method in interface org.keridwen.core.data.model.progress.Controllable
Resumes a paused Command.

S

saveModel() - Method in interface org.keridwen.core.data.model.DataModel
Saves the whole model.
saveModel() - Method in class org.keridwen.core.data.model.impl.DefaultDataModel
 
saveModelAs(URI) - Method in interface org.keridwen.core.data.model.DataModel
Saves the DataModel, with the given URI as the root Node.
saveModelAs(URI) - Method in class org.keridwen.core.data.model.impl.DefaultDataModel
 
saveNode() - Method in class org.keridwen.core.data.model.impl.DefaultNode
 
saveNode() - Method in interface org.keridwen.core.data.model.Node
Saves the Node to its current URI
saveNodeAs(URI) - Method in class org.keridwen.core.data.model.impl.DefaultNode
 
saveNodeAs(URI) - Method in interface org.keridwen.core.data.model.Node
Saves the Node to the given URI
setChildTemplate(String) - Method in class com.artenum.forceria.ForceriaGenerator
 
setComment(String) - Method in class com.artenum.forceria.template.TemplateData
 
setContentLocal(boolean) - Method in class org.keridwen.core.data.model.impl.DefaultNode
 
setContentLocal(boolean) - Method in interface org.keridwen.core.data.model.Node
Indicates whether the content of the node is stored within the model or linked from outside.
setCreationTime(long) - Method in class org.keridwen.core.data.model.NodeInformation
 
setDefaultValue(String) - Method in class com.artenum.forceria.template.TemplateData
 
setDestinationPath(String) - Method in class com.artenum.forceria.ForceriaGenerator
 
setGroup(String) - Method in class org.keridwen.core.data.model.NodeInformation
 
setId(String) - Method in class org.keridwen.core.data.model.NodeInformation
 
setInitialContent(String) - Method in class com.artenum.forceria.template.StringTemplate
Set the initial content of the string to replace.
setLoadTemplate(String) - Method in class com.artenum.forceria.ForceriaGenerator
 
setModelDescription(InputStream) - Method in class com.artenum.forceria.ForceriaGenerator
 
setModificationState(ModificationState) - Method in interface org.keridwen.core.data.model.DataModel
Sets the ModificationState of the DataModel to the given new state.
setModificationState(ModificationState) - Method in class org.keridwen.core.data.model.impl.DefaultDataModel
 
setModificationTime(long) - Method in class org.keridwen.core.data.model.NodeInformation
 
setName(String) - Method in class com.artenum.forceria.template.TemplateData
 
setName(String) - Method in class org.keridwen.core.data.model.impl.DefaultNode
Sets the Node name.
setNodeReader(NodeReader<T>) - Method in class org.keridwen.core.data.model.impl.DefaultNode
 
setNodeReader(NodeReader<T>) - Method in interface org.keridwen.core.data.model.Node
Sets the NodeReader.
setNodeState(NodeState) - Method in class org.keridwen.core.data.model.impl.DefaultNode
 
setNodeState(NodeState) - Method in interface org.keridwen.core.data.model.Node
Sets the Node state.
setNodeState(NodeState) - Method in class org.keridwen.core.data.model.NodeInformation
 
setNodeTemplate(String) - Method in class com.artenum.forceria.ForceriaGenerator
 
setNodeURI(URI) - Method in class org.keridwen.core.data.model.impl.DefaultNode
 
setNodeURI(URI) - Method in interface org.keridwen.core.data.model.Node
Sets the Node URI.
setNodeWriter(NodeWriter) - Method in class org.keridwen.core.data.model.impl.DefaultNode
 
setNodeWriter(NodeWriter) - Method in interface org.keridwen.core.data.model.Node
Sets the NodeWriter.
setOwner(String) - Method in class org.keridwen.core.data.model.NodeInformation
 
setParentTemplate(String) - Method in class com.artenum.forceria.ForceriaGenerator
 
setPermission(String) - Method in class org.keridwen.core.data.model.NodeInformation
 
setPersistTemplate(String) - Method in class com.artenum.forceria.ForceriaGenerator
 
setRawType(String) - Method in class com.artenum.forceria.template.TemplateData
 
setRootNode(Node<?>) - Method in interface org.keridwen.core.data.model.DataModel
Sets the root Node of the DataModel.
setRootNode(Node<?>) - Method in class org.keridwen.core.data.model.impl.DefaultDataModel
 
setSchema(String) - Method in class org.keridwen.core.data.model.DataModelInformation
 
setSize(long) - Method in class org.keridwen.core.data.model.NodeInformation
 
stateChanged(Progressable, ControllableState) - Method in interface org.keridwen.core.data.model.progress.ControllableListener
Method called whenever the Controllable status has changed.
StringTemplate - Class in com.artenum.forceria.template
A string template is a string with the ability of replacing some special parts with some text. the replacement patterns are defined as the PATTERN_FORMAT enclosed with the 'enclosing char'
StringTemplate() - Constructor for class com.artenum.forceria.template.StringTemplate
Default Constructor.
StringTemplate(String) - Constructor for class com.artenum.forceria.template.StringTemplate
Constructor
StringTemplateException - Exception in com.artenum.forceria.template
Exception thrown if a pattern has not been replaced in replacement string
StringTemplateException() - Constructor for exception com.artenum.forceria.template.StringTemplateException
 
StringTemplateException(String) - Constructor for exception com.artenum.forceria.template.StringTemplateException
 
StringTemplateException(Throwable) - Constructor for exception com.artenum.forceria.template.StringTemplateException
 
StringTemplateException(String, Throwable) - Constructor for exception com.artenum.forceria.template.StringTemplateException
 
StringTemplatePattern - Interface in com.artenum.forceria.template
 
StringTemplateUtil - Class in com.artenum.forceria.template
 

T

TemplateData - Class in com.artenum.forceria.template
Represent a complete variable with its type, its name, a comment, etc ...
TemplateData(String, String) - Constructor for class com.artenum.forceria.template.TemplateData
Constructor
TemplateData(String, String, String, String) - Constructor for class com.artenum.forceria.template.TemplateData
Constructor
TemplateData.TemplateDataType - Enum in com.artenum.forceria.template
 
toString() - Method in class org.keridwen.core.data.model.NodeInformation
 
TreeReader - Interface in org.keridwen.core.data.model.io
 
TreeWriter - Interface in org.keridwen.core.data.model.io
 

V

valueOf(String) - Static method in enum com.artenum.forceria.ForceriaPatterns
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.artenum.forceria.template.TemplateData.TemplateDataType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.keridwen.core.data.model.ModificationState
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.keridwen.core.data.model.NodeState
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.keridwen.core.data.model.progress.ControllableState
Returns the enum constant of this type with the specified name.
values() - Static method in enum com.artenum.forceria.ForceriaPatterns
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.artenum.forceria.template.TemplateData.TemplateDataType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.keridwen.core.data.model.ModificationState
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.keridwen.core.data.model.NodeState
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.keridwen.core.data.model.progress.ControllableState
Returns an array containing the constants of this enum type, in the order they are declared.

W

warning(SAXParseException) - Method in class com.artenum.forceria.xml.DTDErrorHandler
 
writeContent(URI) - Method in interface org.keridwen.core.data.model.io.NodeWriter
 
writeTree(DataModel, URI, String) - Method in class org.keridwen.core.data.model.io.impl.DefaultTreeWriter
 
writeTree(DataModel, URI, String) - Method in interface org.keridwen.core.data.model.io.TreeWriter
 

X

XMLUtil - Class in com.artenum.forceria.xml
 

A C D E F G I L M N O P R S T V W X

Copyright © 2010-2013 Artenum. All Rights Reserved.