Methods in de.smartics.properties.spi.config.definition that return PropertiesDefinitionContext |
PropertiesDefinitionContext |
DefinitionConfigParser.parse(Class<?> type) Convenience method using a class' class loader to locate the configuration file to parse the configuration file at PropertiesContext.DEFINITION_FILE . |
PropertiesDefinitionContext |
DefinitionConfigParser.parse(de.smartics.util.lang.ClassPathContext context) Parses the configuration file at PropertiesContext.DEFINITION_FILE . |
PropertiesDefinitionContext |
DefinitionConfigParser.parse(String systemId, InputStream input) Parses the definition.xml from the given stream. |