Class ConfigurationFile
java.lang.Object
eu.xenit.alfred.api.configuration.ConfigurationFile
-
Constructor Summary
ConstructorsConstructorDescriptionConfigurationFile(NodeRef nodeRef, NodeMetadata metadata) ConfigurationFile(String content, NodeRef nodeRef, NodeMetadata metadata, NodePath path, Object parsedContent) -
Method Summary
Modifier and TypeMethodDescriptiongetPath()voidsetContent(String content) voidsetMetadata(NodeMetadata metadata) voidsetNodeRef(NodeRef nodeRef) voidsetParsedContent(Object parsedContent) void
-
Constructor Details
-
ConfigurationFile
-
ConfigurationFile
public ConfigurationFile() -
ConfigurationFile
public ConfigurationFile(String content, NodeRef nodeRef, NodeMetadata metadata, NodePath path, Object parsedContent)
-
-
Method Details
-
getNodeRef
-
setNodeRef
-
getContent
-
setContent
-
getMetadata
-
setMetadata
-
getPath
-
setPath
-
getParsedContent
-
setParsedContent
-