Uses of Class
org.tentackle.model.parse.ConfigurationLine
-
Packages that use ConfigurationLine Package Description org.tentackle.model.impl Default model implementation. -
-
Uses of ConfigurationLine in org.tentackle.model.impl
Methods in org.tentackle.model.impl that return ConfigurationLine Modifier and Type Method Description ConfigurationLineIndexImpl. getSourceLine()Gets the source line.Methods in org.tentackle.model.impl with parameters of type ConfigurationLine Modifier and Type Method Description booleanEntityImpl. parseConfiguration(ConfigurationLine line)Parses a configuration line.protected voidEntityFactoryImpl. processConfiguration(EntityImpl entity, ConfigurationLine line)Processes a configuration line.protected voidEntityFactoryImpl. processIndexConfiguration(EntityImpl entity, ConfigurationLine line)Processes an index configuration line.
Requires the attribute already processed.voidIndexImpl. setSourceLine(ConfigurationLine sourceLine)Sets the source line.
-