public interface PluginFile<T extends CoreAPI>
| Modifier and Type | Method and Description |
|---|---|
String |
getFileName()
Returns the name of the file.
|
String |
getFilePath()
Returns the path for this plugin file.
|
String |
getPluginClass()
Returns the class of the plugin wrapped by this file.
|
long |
getSize()
Returns the size, in bytes, of this plugin file.
|
String getFilePath() throws PluginException
PluginException - If there's any I/O error.long getSize()
throws PluginException
PluginException - If there's any I/O error.String getFileName() throws PluginException
PluginException - If there's any I/O error.String getPluginClass() throws PluginException
PluginException - If there's any I/O error.Copyright © 2014. All rights reserved.