de.smartics.properties.resource.heap
Interface ResourceHeap

Package class diagram package ResourceHeap
All Known Implementing Classes:
FileSystemResourceHeap

public interface ResourceHeap

Interface to a repository that provides properties resources. These resources include property descriptors and property definitions.

A repository may be some local file directory or it may provide access to a remote artifact repository.


Method Summary
 ClassPathEnvironment resolve()
          Resolves the properties resources from this heap.
 

Method Detail

resolve

ClassPathEnvironment resolve()
                             throws HeapException
Resolves the properties resources from this heap.

Returns:
the properties resources.
Throws:
HeapException - on any problem accessing the heap.


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