Class TestMeFileTemplate

java.lang.Object
com.intellij.ide.fileTemplates.impl.FileTemplateBase
com.weirddev.testme.intellij.ui.model.TestMeFileTemplate
All Implemented Interfaces:
com.intellij.ide.fileTemplates.FileTemplate, Cloneable

public class TestMeFileTemplate extends com.intellij.ide.fileTemplates.impl.FileTemplateBase
Since:
: 6/22/20
Author:
: Yaron Yamin
  • Field Summary

    Fields inherited from interface com.intellij.ide.fileTemplates.FileTemplate

    ATTRIBUTE_CALL_SUPER, ATTRIBUTE_CLASS_NAME, ATTRIBUTE_DEFAULT_RETURN_VALUE, ATTRIBUTE_DESCRIPTION, ATTRIBUTE_DIR_PATH, ATTRIBUTE_DISPLAY_NAME, ATTRIBUTE_EXCEPTION, ATTRIBUTE_EXCEPTION_TYPE, ATTRIBUTE_EXPRESSION, ATTRIBUTE_EXPRESSION_TYPE, ATTRIBUTE_FILE_NAME, ATTRIBUTE_FILE_PATH, ATTRIBUTE_METHOD_NAME, ATTRIBUTE_NAME, ATTRIBUTE_PACKAGE_NAME, ATTRIBUTE_PLAIN_CALL_SUPER, ATTRIBUTE_RETURN_TYPE, ATTRIBUTE_SIMPLE_CLASS_NAME, EMPTY_ARRAY, ourEncoding
  • Constructor Summary

    Constructors
    Constructor
    Description
    TestMeFileTemplate(String name, String extension, boolean isDefault)
     
  • Method Summary

    Modifier and Type
    Method
    Description
    @NotNull String
     
     
    @NotNull String
     
    @NotNull String
     
    boolean
     
    void
    setDescription(String description)
     
    void
    setDisplayName(String displayName)
     
    void
    setExtension(@NotNull String extension)
     
    void
    setName(@NotNull String name)
     
     

    Methods inherited from class com.intellij.ide.fileTemplates.impl.FileTemplateBase

    addChild, clone, getChildName, getChildren, getFileName, getQualifiedName, getQualifiedName, getText, getText, getText, getUnsetAttributes, isChild, isLiveTemplateEnabled, isLiveTemplateEnabledByDefault, isLiveTemplateEnabledChanged, isReformatCode, isTemplateOfType, setChildren, setFileName, setLiveTemplateEnabled, setReformatCode, setText, updateChildrenNames

    Methods inherited from class java.lang.Object

    equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
  • Constructor Details

    • TestMeFileTemplate

      public TestMeFileTemplate(String name, String extension, boolean isDefault)
  • Method Details

    • getName

      @NotNull public @NotNull String getName()
    • setName

      public void setName(@NotNull @NotNull String name)
    • isDefault

      public boolean isDefault()
    • getDescription

      @NotNull public @NotNull String getDescription()
    • getExtension

      @NotNull public @NotNull String getExtension()
    • setExtension

      public void setExtension(@NotNull @NotNull String extension)
    • setDescription

      public void setDescription(String description)
    • setDisplayName

      public void setDisplayName(String displayName)
    • getDisplayName

      public String getDisplayName()
    • toString

      public String toString()
      Overrides:
      toString in class Object