Package org.smallmind.nutsnbolts.lang
Interface ClassGate
-
- All Known Implementing Classes:
ClasspathClassGate,SecureClasspathClassGate
public interface ClassGate
-
-
Field Summary
Fields Modifier and Type Field Description static longSTATIC_CLASS
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description CodeSourcegetCodeSource()longgetLastModDate(String path)URLgetResource(String path)InputStreamgetResourceAsStream(String path)ClassStreamTicketgetTicket(String name)
-
-
-
Field Detail
-
STATIC_CLASS
static final long STATIC_CLASS
- See Also:
- Constant Field Values
-
-
Method Detail
-
getCodeSource
CodeSource getCodeSource() throws Exception
- Throws:
Exception
-
getTicket
ClassStreamTicket getTicket(String name) throws Exception
- Throws:
Exception
-
getResourceAsStream
InputStream getResourceAsStream(String path) throws Exception
- Throws:
Exception
-
-