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