org.qedeq.kernel.se.base.module
Interface Location

All Known Implementing Classes:
LocationVo

public interface Location

Describes the "physical" directory location for a module. This is a full or relative URL like: http://www.qedeq.org/principia/0_01_06/ or . or file:///qedeq/

Author:
Michael Meyling

Method Summary
 java.lang.String getLocation()
          Get location for a module.
 

Method Detail

getLocation

java.lang.String getLocation()
Get location for a module. The location parameter contains an URL that points to a directory. This is a full or relative URL like: http://www.qedeq.org/principia/0_01_06/ or . or file:///qedeq/

Returns:
URL directory location.


Copyright © 2014. All Rights Reserved.