de.smartics.properties.api.core.context.alias
Interface AliasTraverser

Package class diagram package AliasTraverser

public interface AliasTraverser

Allows to traverse the aliases of a PropertyAliasMapping.


Method Summary
 void handle(String alias, String target)
          The traverser is provided access to an alias mapping.
 

Method Detail

handle

void handle(String alias,
            String target)
The traverser is provided access to an alias mapping.

Parameters:
alias - the name of the alias.
target - the name of the physical resource the alias points to.


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