| |
|
| java.lang.Object org.acm.seguin.ide.elixir.PrettyPrinterExtension
All known Subclasses: org.acm.seguin.ide.elixir.RefactoryExtension,
PrettyPrinterExtension | public class PrettyPrinterExtension implements IExtension(Code) | | Pretty Printer extension mechanism for Elixir 2.4
author: Chris Seguin |
destroy | public boolean destroy()(Code) | | Removes the extension mechanism
Always returns true |
getCardName | public String getCardName()(Code) | | Gets the CardName attribute of the PrettyPrinterExtension object
The CardName value |
getName | public String getName()(Code) | | Gets the Name attribute of the PrettyPrinterExtension object
The Name value |
getReleaseNo | public int getReleaseNo()(Code) | | Gets the ReleaseNo attribute of the PrettyPrinterExtension object
The ReleaseNo value |
getVersion | public String getVersion()(Code) | | Gets the Version attribute of the PrettyPrinterExtension object
The Version value |
init | public boolean init(String[] args)(Code) | | Initializes the extension
Parameters: args - the arguments true if installed |
|
|
|