public class DownloadEclipsePluginResources
extends java.lang.Object
implements com.exalead.util.Checkable, java.io.Serializable
Modifier and Type | Field and Description |
---|---|
static boolean |
DEFAULT_DOWNLOAD_CORE_RESOURCES |
static boolean |
DEFAULT_DOWNLOAD_MASHUP_RESOURCES |
static boolean |
DEFAULT_INCLUDE_SRC_JARS |
boolean |
downloadCoreResources |
boolean |
downloadMashupResources |
boolean |
includeSrcJars |
Constructor and Description |
---|
DownloadEclipsePluginResources() |
DownloadEclipsePluginResources(DownloadEclipsePluginResources o)
Copy constructor
|
Modifier and Type | Method and Description |
---|---|
void |
check(boolean deep,
java.lang.String errorContext)
Checks this DownloadEclipsePluginResources.
|
static DownloadEclipsePluginResources |
fromString(java.lang.String s)
String representation of this DownloadEclipsePluginResources.
|
boolean |
isDownloadCoreResources() |
boolean |
isDownloadMashupResources() |
boolean |
isIncludeSrcJars() |
DownloadEclipsePluginResources |
makeCopy()
Creates and returns a deep copy of this DownloadEclipsePluginResources.
|
static DownloadEclipsePluginResources |
readFrom(java.io.InputStream is)
Read this DownloadEclipsePluginResources from an XML fragment.
|
void |
setDownloadCoreResources(boolean downloadCoreResources) |
void |
setDownloadMashupResources(boolean downloadMashupResources) |
void |
setIncludeSrcJars(boolean includeSrcJars) |
java.lang.String |
toString()
String representation of this DownloadEclipsePluginResources.
|
DownloadEclipsePluginResources |
withDownloadCoreResources(boolean downloadCoreResources) |
DownloadEclipsePluginResources |
withDownloadCoreResources(java.lang.Boolean downloadCoreResources) |
DownloadEclipsePluginResources |
withDownloadMashupResources(boolean downloadMashupResources) |
DownloadEclipsePluginResources |
withDownloadMashupResources(java.lang.Boolean downloadMashupResources) |
DownloadEclipsePluginResources |
withIncludeSrcJars(boolean includeSrcJars) |
DownloadEclipsePluginResources |
withIncludeSrcJars(java.lang.Boolean includeSrcJars) |
void |
writeTo(java.io.OutputStream os)
Write this DownloadEclipsePluginResources as an XML fragment
|
public boolean downloadCoreResources
public static final boolean DEFAULT_DOWNLOAD_CORE_RESOURCES
public boolean downloadMashupResources
public static final boolean DEFAULT_DOWNLOAD_MASHUP_RESOURCES
public boolean includeSrcJars
public static final boolean DEFAULT_INCLUDE_SRC_JARS
public DownloadEclipsePluginResources()
public DownloadEclipsePluginResources(DownloadEclipsePluginResources o)
public void setDownloadCoreResources(boolean downloadCoreResources)
public boolean isDownloadCoreResources()
public DownloadEclipsePluginResources withDownloadCoreResources(boolean downloadCoreResources)
public DownloadEclipsePluginResources withDownloadCoreResources(java.lang.Boolean downloadCoreResources)
public void setDownloadMashupResources(boolean downloadMashupResources)
public boolean isDownloadMashupResources()
public DownloadEclipsePluginResources withDownloadMashupResources(boolean downloadMashupResources)
public DownloadEclipsePluginResources withDownloadMashupResources(java.lang.Boolean downloadMashupResources)
public void setIncludeSrcJars(boolean includeSrcJars)
public boolean isIncludeSrcJars()
public DownloadEclipsePluginResources withIncludeSrcJars(boolean includeSrcJars)
public DownloadEclipsePluginResources withIncludeSrcJars(java.lang.Boolean includeSrcJars)
public DownloadEclipsePluginResources makeCopy()
public static DownloadEclipsePluginResources readFrom(java.io.InputStream is) throws javax.xml.bind.JAXBException
javax.xml.bind.JAXBException
public void writeTo(java.io.OutputStream os) throws javax.xml.bind.JAXBException, java.io.IOException
javax.xml.bind.JAXBException
java.io.IOException
public static DownloadEclipsePluginResources fromString(java.lang.String s) throws javax.xml.bind.JAXBException, java.io.UnsupportedEncodingException
javax.xml.bind.JAXBException
java.io.UnsupportedEncodingException
public java.lang.String toString()
toString
in class java.lang.Object
public void check(boolean deep, java.lang.String errorContext) throws com.exalead.util.TypedException
check
in interface com.exalead.util.Checkable
com.exalead.util.TypedException
Copyright © 2021 Dassault Systèmes, All Rights Reserved.