Package net.tnemc.plugincore.core.paste
Interface IPasteable
- All Known Implementing Classes:
Config
public interface IPasteable
Pastable
- Since:
- 1.0.0.2
- Author:
- creatorfromhell
-
Method Summary
-
Method Details
-
fileName
Retrieves the file name associated with this object.- Returns:
- The file name as a String.
-
extension
Retrieves the extension associated with this object.- Returns:
- The extension as a String.
-
syntax
Retrieves the syntax associated with this object.- Returns:
- The syntax as a String.
-
content
Retrieves the content of the object.- Returns:
- The content as a String.
-