Package gw.lang.reflect.module
Interface IProtocolAdapter
-
public interface IProtocolAdapter
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description IDirectory
getIDirectory(URL url)
IFile
getIFile(URL url)
String[]
getSupportedProtocols()
-
-
-
Method Detail
-
getSupportedProtocols
String[] getSupportedProtocols()
-
getIDirectory
IDirectory getIDirectory(URL url)
-
-