Interface IPasteable

All Known Implementing Classes:
Config

public interface IPasteable
Pastable
Since:
1.0.0.2
Author:
creatorfromhell
  • Method Summary

    Modifier and Type
    Method
    Description
    Retrieves the content of the object.
    Retrieves the extension associated with this object.
    Retrieves the file name associated with this object.
    Retrieves the syntax associated with this object.
  • 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.