org.fuin.apps4j.base
Interface Target

All Known Implementing Classes:
TargetImpl

public interface Target

A target is a combination of a module interface and a concrete implementation couple that has a unique id assigned.


Method Summary
 String getId()
          A unique ID for the target used by other parts of the application.
 String getModuleImpl()
          Returns the name of the module implementation bound to the target.
 String getModuleInterface()
          Returns the name of the module interface bound to the target.
 

Method Detail

getId

String getId()
A unique ID for the target used by other parts of the application.

Returns:
Unique name.

getModuleInterface

String getModuleInterface()
Returns the name of the module interface bound to the target.

Returns:
Fully qualified interface name.

getModuleImpl

String getModuleImpl()
Returns the name of the module implementation bound to the target.

Returns:
Full qualified implementation name.


Copyright © 2012 Future Invent Informationsmanagement GmbH. All Rights Reserved.