Interface SubjectHandle
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description Subject
get()
String
name()
RepositoryHandle
repository(String name)
-
-
-
Method Detail
-
get
Subject get() throws IOException, BintrayCallException
- Specified by:
get
in interfaceHandle<Subject>
- Throws:
IOException
BintrayCallException
-
repository
RepositoryHandle repository(String name)
-
-