de.smartics.properties.spi.config.definition
Interface DefinitionKeyHelper

Package class diagram package DefinitionKeyHelper
All Known Implementing Classes:
EnvAppDefinitionKeyHelper, TenantUserDefinitionKeyHelper

public interface DefinitionKeyHelper

Parses the given path to create a configuration key.


Method Summary
 ConfigurationKey<?> parse(String pathWithFile)
          Parses the given path to create a configuration key.
 

Method Detail

parse

ConfigurationKey<?> parse(String pathWithFile)
                          throws IllegalArgumentException
Parses the given path to create a configuration key.

Parameters:
pathWithFile - the path to parse.
Returns:
the configuration key.
Throws:
IllegalArgumentException - if the given path is not valid according to the rules given above.


Copyright © 2012-2013 Kronseder & Reiner GmbH - smartics. All Rights Reserved.