Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
The table of contents is too big for display.
Diff view
Diff view
  •  
  •  
  •  
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
#Signature file v4.1
#Version 2.103
#Version 2.104

CLSS public java.lang.Object
cons public init()
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
#Signature file v4.1
#Version 1.107
#Version 1.108

CLSS public abstract java.awt.Component
cons protected init()
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
#Signature file v4.1
#Version 1.23
#Version 1.24

CLSS public java.lang.Object
cons public init()
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
#Signature file v4.1
#Version 1.22
#Version 1.23

CLSS public java.lang.Object
cons public init()
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
#Signature file v4.1
#Version 1.69
#Version 1.70

CLSS public abstract interface !annotation java.lang.Deprecated
anno 0 java.lang.annotation.Documented()
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
#Signature file v4.1
#Version 1.42
#Version 1.43

CLSS public abstract java.awt.Component
cons protected init()
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
#Signature file v4.1
#Version 1.58
#Version 1.59

CLSS public abstract interface java.io.Serializable

Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
#Signature file v4.1
#Version 1.105
#Version 1.106

CLSS public abstract java.awt.Component
cons protected init()
Expand Down Expand Up @@ -1429,6 +1429,7 @@ meth public int getDebugPort()
meth public int getPort()
meth public int hashCode()
meth public java.lang.Process getProcess()
meth public java.lang.String getAdditionalLauncherJvmOptions()
meth public java.lang.String getAdminPassword()
meth public java.lang.String getAdminUser()
meth public java.lang.String getDeployerUri()
Expand Down Expand Up @@ -1661,6 +1662,7 @@ fld public final static org.netbeans.modules.glassfish.common.ServerDetails GLAS
fld public final static org.netbeans.modules.glassfish.common.ServerDetails GLASSFISH_SERVER_7_0_7
fld public final static org.netbeans.modules.glassfish.common.ServerDetails GLASSFISH_SERVER_7_0_8
fld public final static org.netbeans.modules.glassfish.common.ServerDetails GLASSFISH_SERVER_7_0_9
fld public final static org.netbeans.modules.glassfish.common.ServerDetails GLASSFISH_SERVER_7_1_0
fld public final static org.netbeans.modules.glassfish.common.ServerDetails GLASSFISH_SERVER_8_0_0
meth public boolean isInstalledInDirectory(java.io.File)
meth public int getVersion()
Expand Down Expand Up @@ -1913,10 +1915,12 @@ fld protected javax.swing.JLabel hostLocalLabel
fld protected javax.swing.JLabel hostRemoteLabel
fld protected javax.swing.JLabel httpPortLabel
fld protected javax.swing.JLabel installationLocationLabel
fld protected javax.swing.JLabel jvmOptionsLabel
fld protected javax.swing.JLabel passwordLabel
fld protected javax.swing.JLabel targetLabel
fld protected javax.swing.JLabel userNameLabel
fld protected javax.swing.JPasswordField passwordField
fld protected javax.swing.JTextField additionalLauncherJvmOptionsField
fld protected javax.swing.JTextField dasPortField
fld protected javax.swing.JTextField domainField
fld protected javax.swing.JTextField domainsFolderField
Expand All @@ -1931,6 +1935,7 @@ meth protected abstract void initHost()
meth protected abstract void initPorts()
meth protected void disableAllFields()
meth protected void enableFields()
meth protected void initAdditionalLauncherJvmOptions()
meth protected void initCheckBoxes()
meth protected void initCredentials()
meth protected void initDirectoriesFields()
Expand All @@ -1941,6 +1946,7 @@ meth protected void storeCheckBoxes()
meth protected void storeCredentials()
meth protected void storeFormFields()
meth protected void storeHost()
meth protected void storeJvmOptions()
meth protected void storePorts()
meth protected void storeTarget()
meth protected void updatePasswordVisibility()
Expand Down Expand Up @@ -2241,6 +2247,7 @@ fld public final static java.lang.String JDBC_RESOURCE = "jdbc-resource"
fld public final static java.lang.String JRUBY_CONTAINER = "jruby"
fld public final static java.lang.String JRUBY_HOME = "jruby.home"
fld public final static java.lang.String JVM_MODE = "jvmMode"
fld public final static java.lang.String JVM_OPTIONS_ATTR = "jvmOptions"
fld public final static java.lang.String LOOPBACK_FLAG = "loopbackOn"
fld public final static java.lang.String NB73_IMPORT_FIXED = "nb73ImportFixed"
fld public final static java.lang.String NORMAL_MODE
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
#Signature file v4.1
#Version 1.68.0
#Version 1.69.0

CLSS public abstract java.awt.Component
cons protected init()
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
#Signature file v4.1
#Version 1.72
#Version 1.73

CLSS public abstract java.awt.Component
cons protected init()
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
#Signature file v4.1
#Version 1.38
#Version 1.39

CLSS public abstract interface java.io.Closeable
intf java.lang.AutoCloseable
Expand Down Expand Up @@ -1440,6 +1440,7 @@ fld public final static org.netbeans.modules.glassfish.tooling.data.GlassFishVer
fld public final static org.netbeans.modules.glassfish.tooling.data.GlassFishVersion GF_7_0_7
fld public final static org.netbeans.modules.glassfish.tooling.data.GlassFishVersion GF_7_0_8
fld public final static org.netbeans.modules.glassfish.tooling.data.GlassFishVersion GF_7_0_9
fld public final static org.netbeans.modules.glassfish.tooling.data.GlassFishVersion GF_7_1_0
fld public final static org.netbeans.modules.glassfish.tooling.data.GlassFishVersion GF_8_0_0
meth public boolean equals(org.netbeans.modules.glassfish.tooling.data.GlassFishVersion)
meth public boolean equalsMajorMinor(org.netbeans.modules.glassfish.tooling.data.GlassFishVersion)
Expand All @@ -1462,7 +1463,7 @@ meth public static org.netbeans.modules.glassfish.tooling.data.GlassFishVersion
meth public static org.netbeans.modules.glassfish.tooling.data.GlassFishVersion valueOf(java.lang.String)
meth public static org.netbeans.modules.glassfish.tooling.data.GlassFishVersion[] values()
supr java.lang.Enum<org.netbeans.modules.glassfish.tooling.data.GlassFishVersion>
hfds GF_1_STR,GF_1_STR_NEXT,GF_2_1_1_STR,GF_2_1_1_STR_NEXT,GF_2_1_STR,GF_2_1_STR_NEXT,GF_2_STR,GF_2_STR_NEXT,GF_3_0_1_STR,GF_3_0_1_STR_NEXT,GF_3_1_1_STR,GF_3_1_1_STR_NEXT,GF_3_1_2_2_STR,GF_3_1_2_3_STR,GF_3_1_2_4_STR,GF_3_1_2_5_STR,GF_3_1_2_STR,GF_3_1_2_STR_NEXT,GF_3_1_STR,GF_3_1_STR_NEXT,GF_3_STR,GF_3_STR_NEXT,GF_4_0_1_STR,GF_4_0_1_STR_NEXT,GF_4_1_1_STR,GF_4_1_1_STR_NEXT,GF_4_1_2_STR,GF_4_1_2_STR_NEXT,GF_4_1_STR,GF_4_1_STR_NEXT,GF_4_STR,GF_4_STR_NEXT,GF_5_0_1_STR,GF_5_0_1_STR_NEXT,GF_5_1_0_STR,GF_5_1_0_STR_NEXT,GF_5_STR,GF_5_STR_NEXT,GF_6_1_0_STR,GF_6_1_0_STR_NEXT,GF_6_2_0_STR,GF_6_2_0_STR_NEXT,GF_6_2_1_STR,GF_6_2_1_STR_NEXT,GF_6_2_2_STR,GF_6_2_2_STR_NEXT,GF_6_2_3_STR,GF_6_2_3_STR_NEXT,GF_6_2_4_STR,GF_6_2_4_STR_NEXT,GF_6_2_5_STR,GF_6_2_5_STR_NEXT,GF_6_STR,GF_6_STR_NEXT,GF_7_0_0_STR,GF_7_0_0_STR_NEXT,GF_7_0_10_STR,GF_7_0_10_STR_NEXT,GF_7_0_11_STR,GF_7_0_11_STR_NEXT,GF_7_0_12_STR,GF_7_0_12_STR_NEXT,GF_7_0_13_STR,GF_7_0_13_STR_NEXT,GF_7_0_14_STR,GF_7_0_14_STR_NEXT,GF_7_0_15_STR,GF_7_0_15_STR_NEXT,GF_7_0_16_STR,GF_7_0_16_STR_NEXT,GF_7_0_17_STR,GF_7_0_17_STR_NEXT,GF_7_0_18_STR,GF_7_0_18_STR_NEXT,GF_7_0_19_STR,GF_7_0_19_STR_NEXT,GF_7_0_1_STR,GF_7_0_1_STR_NEXT,GF_7_0_20_STR,GF_7_0_20_STR_NEXT,GF_7_0_21_STR,GF_7_0_21_STR_NEXT,GF_7_0_22_STR,GF_7_0_22_STR_NEXT,GF_7_0_23_STR,GF_7_0_23_STR_NEXT,GF_7_0_24_STR,GF_7_0_24_STR_NEXT,GF_7_0_25_STR,GF_7_0_25_STR_NEXT,GF_7_0_2_STR,GF_7_0_2_STR_NEXT,GF_7_0_3_STR,GF_7_0_3_STR_NEXT,GF_7_0_4_STR,GF_7_0_4_STR_NEXT,GF_7_0_5_STR,GF_7_0_5_STR_NEXT,GF_7_0_6_STR,GF_7_0_6_STR_NEXT,GF_7_0_7_STR,GF_7_0_7_STR_NEXT,GF_7_0_8_STR,GF_7_0_8_STR_NEXT,GF_7_0_9_STR,GF_7_0_9_STR_NEXT,GF_8_0_0_STR,GF_8_0_0_STR_NEXT,build,major,minor,stringValuesMap,update,value
hfds GF_1_STR,GF_1_STR_NEXT,GF_2_1_1_STR,GF_2_1_1_STR_NEXT,GF_2_1_STR,GF_2_1_STR_NEXT,GF_2_STR,GF_2_STR_NEXT,GF_3_0_1_STR,GF_3_0_1_STR_NEXT,GF_3_1_1_STR,GF_3_1_1_STR_NEXT,GF_3_1_2_2_STR,GF_3_1_2_3_STR,GF_3_1_2_4_STR,GF_3_1_2_5_STR,GF_3_1_2_STR,GF_3_1_2_STR_NEXT,GF_3_1_STR,GF_3_1_STR_NEXT,GF_3_STR,GF_3_STR_NEXT,GF_4_0_1_STR,GF_4_0_1_STR_NEXT,GF_4_1_1_STR,GF_4_1_1_STR_NEXT,GF_4_1_2_STR,GF_4_1_2_STR_NEXT,GF_4_1_STR,GF_4_1_STR_NEXT,GF_4_STR,GF_4_STR_NEXT,GF_5_0_1_STR,GF_5_0_1_STR_NEXT,GF_5_1_0_STR,GF_5_1_0_STR_NEXT,GF_5_STR,GF_5_STR_NEXT,GF_6_1_0_STR,GF_6_1_0_STR_NEXT,GF_6_2_0_STR,GF_6_2_0_STR_NEXT,GF_6_2_1_STR,GF_6_2_1_STR_NEXT,GF_6_2_2_STR,GF_6_2_2_STR_NEXT,GF_6_2_3_STR,GF_6_2_3_STR_NEXT,GF_6_2_4_STR,GF_6_2_4_STR_NEXT,GF_6_2_5_STR,GF_6_2_5_STR_NEXT,GF_6_STR,GF_6_STR_NEXT,GF_7_0_0_STR,GF_7_0_0_STR_NEXT,GF_7_0_10_STR,GF_7_0_10_STR_NEXT,GF_7_0_11_STR,GF_7_0_11_STR_NEXT,GF_7_0_12_STR,GF_7_0_12_STR_NEXT,GF_7_0_13_STR,GF_7_0_13_STR_NEXT,GF_7_0_14_STR,GF_7_0_14_STR_NEXT,GF_7_0_15_STR,GF_7_0_15_STR_NEXT,GF_7_0_16_STR,GF_7_0_16_STR_NEXT,GF_7_0_17_STR,GF_7_0_17_STR_NEXT,GF_7_0_18_STR,GF_7_0_18_STR_NEXT,GF_7_0_19_STR,GF_7_0_19_STR_NEXT,GF_7_0_1_STR,GF_7_0_1_STR_NEXT,GF_7_0_20_STR,GF_7_0_20_STR_NEXT,GF_7_0_21_STR,GF_7_0_21_STR_NEXT,GF_7_0_22_STR,GF_7_0_22_STR_NEXT,GF_7_0_23_STR,GF_7_0_23_STR_NEXT,GF_7_0_24_STR,GF_7_0_24_STR_NEXT,GF_7_0_25_STR,GF_7_0_25_STR_NEXT,GF_7_0_2_STR,GF_7_0_2_STR_NEXT,GF_7_0_3_STR,GF_7_0_3_STR_NEXT,GF_7_0_4_STR,GF_7_0_4_STR_NEXT,GF_7_0_5_STR,GF_7_0_5_STR_NEXT,GF_7_0_6_STR,GF_7_0_6_STR_NEXT,GF_7_0_7_STR,GF_7_0_7_STR_NEXT,GF_7_0_8_STR,GF_7_0_8_STR_NEXT,GF_7_0_9_STR,GF_7_0_9_STR_NEXT,GF_7_1_0_STR,GF_7_1_0_STR_NEXT,GF_8_0_0_STR,GF_8_0_0_STR_NEXT,build,major,minor,stringValuesMap,update,value

CLSS public org.netbeans.modules.glassfish.tooling.data.IdeContext
anno 0 java.lang.Deprecated(boolean forRemoval=false, java.lang.String since="")
Expand Down Expand Up @@ -1744,7 +1745,7 @@ meth public static java.net.URL getBuilderConfig(org.netbeans.modules.glassfish.
meth public static org.netbeans.modules.glassfish.tooling.server.config.ConfigBuilder getBuilder(org.netbeans.modules.glassfish.tooling.data.GlassFishServer)
meth public static void destroyBuilder(org.netbeans.modules.glassfish.tooling.data.GlassFishServer)
supr java.lang.Object
hfds CONFIG_V3,CONFIG_V4,CONFIG_V4_1,CONFIG_V5,CONFIG_V5_0_1,CONFIG_V5_1,CONFIG_V6,CONFIG_V6_1_0,CONFIG_V6_2_0,CONFIG_V6_2_1,CONFIG_V6_2_2,CONFIG_V6_2_3,CONFIG_V6_2_4,CONFIG_V6_2_5,CONFIG_V7_0_0,CONFIG_V7_0_1,CONFIG_V7_0_10,CONFIG_V7_0_11,CONFIG_V7_0_12,CONFIG_V7_0_13,CONFIG_V7_0_14,CONFIG_V7_0_15,CONFIG_V7_0_16,CONFIG_V7_0_17,CONFIG_V7_0_18,CONFIG_V7_0_19,CONFIG_V7_0_2,CONFIG_V7_0_20,CONFIG_V7_0_21,CONFIG_V7_0_22,CONFIG_V7_0_23,CONFIG_V7_0_24,CONFIG_V7_0_25,CONFIG_V7_0_3,CONFIG_V7_0_4,CONFIG_V7_0_5,CONFIG_V7_0_6,CONFIG_V7_0_7,CONFIG_V7_0_8,CONFIG_V7_0_9,CONFIG_V8_0_0,builders,config
hfds CONFIG_V3,CONFIG_V4,CONFIG_V4_1,CONFIG_V5,CONFIG_V5_0_1,CONFIG_V5_1,CONFIG_V6,CONFIG_V6_1_0,CONFIG_V6_2_0,CONFIG_V6_2_1,CONFIG_V6_2_2,CONFIG_V6_2_3,CONFIG_V6_2_4,CONFIG_V6_2_5,CONFIG_V7_0_0,CONFIG_V7_0_1,CONFIG_V7_0_10,CONFIG_V7_0_11,CONFIG_V7_0_12,CONFIG_V7_0_13,CONFIG_V7_0_14,CONFIG_V7_0_15,CONFIG_V7_0_16,CONFIG_V7_0_17,CONFIG_V7_0_18,CONFIG_V7_0_19,CONFIG_V7_0_2,CONFIG_V7_0_20,CONFIG_V7_0_21,CONFIG_V7_0_22,CONFIG_V7_0_23,CONFIG_V7_0_24,CONFIG_V7_0_25,CONFIG_V7_0_3,CONFIG_V7_0_4,CONFIG_V7_0_5,CONFIG_V7_0_6,CONFIG_V7_0_7,CONFIG_V7_0_8,CONFIG_V7_0_9,CONFIG_V7_1_0,CONFIG_V8_0_0,builders,config

CLSS public org.netbeans.modules.glassfish.tooling.server.config.ConfigUtils
cons public init()
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
#Signature file v4.1
#Version 1.68
#Version 1.69

CLSS public abstract interface java.io.Serializable

Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
#Signature file v4.1
#Version 1.77.0
#Version 1.78.0

CLSS public java.lang.Object
cons public init()
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
#Signature file v4.1
#Version 1.134
#Version 1.135

CLSS public abstract java.awt.Component
cons protected init()
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
#Signature file v4.1
#Version 1.56
#Version 1.57

CLSS public abstract interface java.io.Serializable

Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
#Signature file v4.1
#Version 1.62
#Version 1.63

CLSS public java.lang.Object
cons public init()
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
#Signature file v4.1
#Version 1.71.0
#Version 1.72.0

CLSS public abstract interface java.io.Serializable

Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
#Signature file v4.1
#Version 1.82
#Version 1.83

CLSS public abstract java.awt.Component
cons protected init()
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
#Signature file v4.1
#Version 1.84
#Version 1.85

CLSS public java.lang.Object
cons public init()
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
#Signature file v4.1
#Version 1.66.0
#Version 1.67.0

CLSS public abstract java.awt.Component
cons protected init()
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
#Signature file v4.1
#Version 1.64.0
#Version 1.65.0

CLSS public abstract interface java.io.Serializable

Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
#Signature file v4.1
#Version 1.67.0
#Version 1.68.0

CLSS public abstract java.awt.Component
cons protected init()
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
#Signature file v4.1
#Version 1.63
#Version 1.64

CLSS public abstract interface java.io.Serializable

Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
#Signature file v4.1
#Version 1.142.0
#Version 1.143.0

CLSS public java.io.IOException
cons public init()
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
#Signature file v4.1
#Version 1.50
#Version 1.51

CLSS public abstract interface java.awt.event.ActionListener
intf java.util.EventListener
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
#Signature file v4.1
#Version 1.41
#Version 1.42

CLSS public abstract interface java.io.Serializable

Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
#Signature file v4.1
#Version 1.56
#Version 1.57

CLSS public abstract interface java.io.Serializable

Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
#Signature file v4.1
#Version 3.57
#Version 3.58

CLSS public abstract interface java.io.Serializable

Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
#Signature file v4.1
#Version 1.56
#Version 1.57

CLSS public abstract interface java.io.Serializable

Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
#Signature file v4.1
#Version 1.41
#Version 1.42

CLSS public com.amazonaws.AbortedException
cons public init()
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
#Signature file v4.1
#Version 1.50.0
#Version 1.51.0

CLSS public com.sun.el.ExpressionFactoryImpl
cons public init()
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
#Signature file v4.1
#Version 1.56.0
#Version 1.57.0

CLSS public abstract interface com.sun.org.apache.commons.logging.Log
meth public abstract boolean isDebugEnabled()
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
#Signature file v4.1
#Version 2.30
#Version 2.31

CLSS public abstract interface !annotation com.fasterxml.jackson.annotation.JacksonAnnotation
anno 0 java.lang.annotation.Retention(java.lang.annotation.RetentionPolicy value=RUNTIME)
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
#Signature file v4.1
#Version 1.92
#Version 1.93

CLSS public abstract java.awt.Component
cons protected init()
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
#Signature file v4.1
#Version 2.26
#Version 2.27

CLSS public abstract java.awt.Component
cons protected init()
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
#Signature file v4.1
#Version 2.27.0
#Version 2.28.0

CLSS public abstract java.awt.Component
cons protected init()
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
#Signature file v4.1
#Version 2.26
#Version 2.27

CLSS public java.lang.Object
cons public init()
Expand All @@ -19,6 +19,7 @@ CLSS public abstract interface org.netbeans.modules.fish.payara.micro.plugin.Con
fld public final static java.lang.String ARCHETYPE_ARTIFACT_ID = "payara-micro-maven-archetype"
fld public final static java.lang.String ARCHETYPE_GROUP_ID = "fish.payara.maven.archetypes"
fld public final static java.lang.String ARCHETYPE_REPOSITORY = "https://oss.sonatype.org/content/repositories/snapshots"
fld public final static java.lang.String AUTO_DEPLOY = "autoDeploy"
fld public final static java.lang.String BUILD_ICON = "org/netbeans/modules/fish/payara/micro/project/resources/payara-micro-build.png"
fld public final static java.lang.String CLEAN_ICON = "org/netbeans/modules/fish/payara/micro/project/resources/payara-micro-clean.png"
fld public final static java.lang.String COMMAND_EXPLODE = "explode"
Expand All @@ -27,9 +28,14 @@ fld public final static java.lang.String COMPILE_GOAL = "compiler:compile"
fld public final static java.lang.String DEBUG_ACTION = "debug"
fld public final static java.lang.String DEBUG_ICON = "org/netbeans/modules/fish/payara/micro/project/resources/payara-micro-debug.png"
fld public final static java.lang.String DEBUG_SINGLE_ACTION = "debug.single.deploy"
fld public final static java.lang.String DEPLOY_WAR = "deployWar"
fld public final static java.lang.String DEV_MODE = "devMode"
fld public final static java.lang.String EXPLODED = "exploded"
fld public final static java.lang.String EXPLODED_GOAL = "war:exploded"
fld public final static java.lang.String EXPLODE_ACTION = "micro-explode"
fld public final static java.lang.String HOT_DEPLOY = "hotDeploy"
fld public final static java.lang.String KEEP_STATE = "keepState"
fld public final static java.lang.String LIVE_RELOAD = "liveReload"
fld public final static java.lang.String MAVEN_WAR_PROJECT_TYPE = "org-netbeans-modules-maven/war"
fld public final static java.lang.String PAYARA_MICRO_MAVEN_PLUGIN = "fish.payara.maven.plugins:payara-micro-maven-plugin"
fld public final static java.lang.String POM_TEMPLATE = "org/netbeans/modules/fish/payara/micro/plugin/resources/pom.xml.ftl"
Expand Down Expand Up @@ -62,6 +68,7 @@ fld public final static java.lang.String START_GOAL = "payara-micro:start"
fld public final static java.lang.String START_ICON = "org/netbeans/modules/fish/payara/micro/project/resources/payara-micro-start.png"
fld public final static java.lang.String STOP_ACTION = "micro-stop"
fld public final static java.lang.String STOP_GOAL = "payara-micro:stop"
fld public final static java.lang.String TRIM_LOG = "trimLog"
fld public final static java.lang.String VERSION = "version"
fld public final static java.lang.String WAR_GOAL = "war:war"
fld public final static java.lang.String WAR_PACKAGING = "war"
Expand Down
Loading
Loading