Class NetbeansWorkspace
java.lang.Object
net.thevpc.netbeans.launcher.model.NetbeansWorkspace
- All Implemented Interfaces:
Serializable, Cloneable
- Author:
- thevpc
- See Also:
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptioncopy()voidbooleanlongintgetGroup()getLaf()getName()getPath()inthashCode()voidsetCachedir(String cachedir) voidsetCpAppend(String cpAppend) voidsetCpPrepend(String cpPrepend) voidsetCreationDate(Instant creationDate) voidsetExecutionCount(long executionCount) voidsetFontSize(int fontSize) voidvoidsetJdkhome(String jdkhome) voidvoidsetLastLaunchDate(Instant lastLaunchDate) voidvoidvoidsetOptions(String options) voidvoidsetUserdir(String userdir) toString()
-
Field Details
-
serialVersionUID
public static final long serialVersionUID- See Also:
-
-
Constructor Details
-
NetbeansWorkspace
public NetbeansWorkspace()
-
-
Method Details
-
getJdkhome
-
setJdkhome
-
getFontSize
public int getFontSize() -
setFontSize
public void setFontSize(int fontSize) -
getPath
-
setPath
-
getCachedir
-
setCachedir
-
getLaf
-
setLaf
-
getGroup
-
setGroup
-
getUserdir
-
setUserdir
-
getName
-
setName
-
toString
-
copy
-
hashCode
-
equals
-
getOptions
-
setOptions
-
getCpAppend
-
setCpAppend
-
getCpPrepend
-
setCpPrepend
-
getLocale
-
setLocale
-
copyFrom
-
getLastLaunchDate
-
setLastLaunchDate
-
getCreationDate
-
setCreationDate
-
getExecutionCount
public long getExecutionCount() -
setExecutionCount
public void setExecutionCount(long executionCount)
-