Class CommonConstants

java.lang.Object
com.redhat.devtools.intellij.common.CommonConstants

public class CommonConstants extends Object
  • Field Details

    • HOME_FOLDER

      public static final String HOME_FOLDER
    • PROJECT

      public static final com.intellij.openapi.util.Key<com.intellij.openapi.project.Project> PROJECT
    • LAST_MODIFICATION_STAMP

      public static final com.intellij.openapi.util.Key<Long> LAST_MODIFICATION_STAMP
    • TARGET_NODE

      public static final com.intellij.openapi.util.Key<Object> TARGET_NODE
    • CONTENT

      public static final com.intellij.openapi.util.Key<String> CONTENT
    • CLEANED

      public static final com.intellij.openapi.util.Key<Boolean> CLEANED
    • metadataClutter

      @Deprecated(since="1.8.0") public static final List<String> metadataClutter
      Deprecated.
      since 1.8.0, use MetadataClutter.properties instead
      Properties in ObjectMeta that are considered disposable clutter.
  • Constructor Details

    • CommonConstants

      public CommonConstants()