org.apache.xbean.server.repository
Interface Repository
- All Known Implementing Classes:
- FileSystemRepository
- public interface Repository
Repository is used to locate resources by id.
- Since:
- 2.0
- Version:
- $Id$
- Author:
- Dain Sundstrom
Method Summary |
java.net.URL |
getResource(java.lang.String id)
Gets a URL to the specified resource. |
getResource
public java.net.URL getResource(java.lang.String id)
- Gets a URL to the specified resource.
- Parameters:
id
- the id of the resource
- Returns:
- the location of the resource or null if the repository does not contain the resource
Copyright © {inceptionYear}-2006 Apache Software Foundation. All Rights Reserved.