Interface Handle<T>
-
- All Known Subinterfaces:
PackageHandle
,RepositoryHandle
,SubjectHandle
,VersionHandle
public interface Handle<T>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description T
get()
String
name()
-
-
-
Method Detail
-
name
String name()
-
get
T get() throws IOException
- Throws:
IOException
-
-