Constant Field Values
Contents
copied.org.*
-
copied.org.apache.maven.plugin.AbstractCompilerMojo Modifier and Type Constant Field Value public static final String
DEFAULT_SOURCE_VERSION
"1.7"
public static final String
DEFAULT_TARGET_VERSION
"1.7"
org.eclipse.*
-
org.eclipse.pde.internal.swt.tools.IconExe Modifier and Type Constant Field Value public static final String
VERSION
"20050124"
-
org.eclipse.sisu.equinox.launching.EquinoxInstallationDescription Modifier and Type Constant Field Value public static final String
EQUINOX_LAUNCHER
"org.eclipse.equinox.launcher"
-
org.eclipse.tycho.ArtifactType Modifier and Type Constant Field Value public static final String
TYPE_ECLIPSE_FEATURE
"eclipse-feature"
public static final String
TYPE_ECLIPSE_PLUGIN
"eclipse-plugin"
public static final String
TYPE_ECLIPSE_PRODUCT
"eclipse-product"
public static final String
TYPE_INSTALLABLE_UNIT
"p2-installable-unit"
-
org.eclipse.tycho.PackagingType Modifier and Type Constant Field Value public static final String
TYPE_ECLIPSE_APPLICATION
"eclipse-application"
public static final String
TYPE_ECLIPSE_FEATURE
"eclipse-feature"
public static final String
TYPE_ECLIPSE_PLUGIN
"eclipse-plugin"
public static final String
TYPE_ECLIPSE_REPOSITORY
"eclipse-repository"
public static final String
TYPE_ECLIPSE_TARGET_DEFINITION
"eclipse-target-definition"
public static final String
TYPE_ECLIPSE_TEST_PLUGIN
"eclipse-test-plugin"
public static final String
TYPE_ECLIPSE_UPDATE_SITE
"eclipse-update-site"
public static final String
TYPE_P2_IU
"p2-installable-unit"
-
org.eclipse.tycho.ReactorProject Modifier and Type Constant Field Value public static final String
CTX_DEPENDENCY_METADATA
"tycho.dependency-metadata"
public static final String
CTX_REACTOR_PROJECT
"tycho.reactor-project"
public static final String
CTX_SECONDARY_DEPENDENCY_METADATA
"tycho.secondary-dependency-metadata"
public static final String
SOURCE_ARTIFACT_CLASSIFIER
"sources"
-
org.eclipse.tycho.TychoProperties Modifier and Type Constant Field Value public static final String
BUILD_QUALIFIER
"buildQualifier"
public static final String
QUALIFIED_VERSION
"qualifiedVersion"
public static final String
UNQUALIFIED_VERSION
"unqualifiedVersion"
-
org.eclipse.tycho.artifacts.DependencyArtifacts Modifier and Type Constant Field Value public static final String
ANY_QUALIFIER
"qualifier"
-
org.eclipse.tycho.artifacts.TargetPlatform Modifier and Type Constant Field Value public static final String
FINAL_TARGET_PLATFORM_KEY
"org.eclipse.tycho.core.TychoConstants/targetPlatform"
-
org.eclipse.tycho.compiler.AbstractOsgiCompilerMojo Modifier and Type Constant Field Value public static final String
RULE_EXCLUDE_ALL
"?**/*"
-
org.eclipse.tycho.core.TargetPlatformConfiguration Modifier and Type Constant Field Value public static final String
POM_DEPENDENCIES_CONSIDER
"consider"
-
org.eclipse.tycho.core.TychoConstants Modifier and Type Constant Field Value public static final String
BUNDLES_INFO_PATH
"configuration/org.eclipse.equinox.simpleconfigurator/bundles.info"
public static final String
CONFIG_INI_PATH
"configuration/config.ini"
public static final String
PLATFORM_XML_PATH
"configuration/org.eclipse.update/platform.xml"
-
org.eclipse.tycho.core.osgitools.AbstractArtifactBasedProject Modifier and Type Constant Field Value public static final String
SNAPSHOT_VERSION
"-SNAPSHOT"
-
org.eclipse.tycho.core.osgitools.DefaultBundleReader Modifier and Type Constant Field Value public static final String
CACHE_PATH
".cache/tycho"
-
org.eclipse.tycho.core.osgitools.EquinoxResolver Modifier and Type Constant Field Value public static final long
SYSTEM_BUNDLE_ID
0L
public static final String
SYSTEM_BUNDLE_SYMBOLIC_NAME
"system.bundle"
-
org.eclipse.tycho.core.osgitools.targetplatform.EclipseInstallationLayout Modifier and Type Constant Field Value public static final String
FEATURES
"features"
public static final String
PLUGINS
"plugins"
-
org.eclipse.tycho.core.osgitools.targetplatform.LocalDependencyResolver Modifier and Type Constant Field Value public static final String
ROLE_HINT
"local"
-
org.eclipse.tycho.core.p2.P2ArtifactRepositoryLayout Modifier and Type Constant Field Value public static final String
ID
"p2"
-
org.eclipse.tycho.core.resolver.DefaultTychoResolver Modifier and Type Constant Field Value public static final String
TYCHO_ENV_OSGI_ARCH
"tycho.env.osgi.arch"
public static final String
TYCHO_ENV_OSGI_OS
"tycho.env.osgi.os"
public static final String
TYCHO_ENV_OSGI_WS
"tycho.env.osgi.ws"
-
org.eclipse.tycho.core.resolver.shared.PlatformPropertiesUtils Modifier and Type Constant Field Value public static final String
ARCH_PPC
"ppc"
public static final String
ARCH_X86
"x86"
public static final String
ARCH_X86_64
"x86_64"
public static final String
INTERNAL_AMD64
"amd64"
public static final String
INTERNAL_ARCH_I386
"i386"
public static final String
INTERNAL_OS_AIX
"AIX"
public static final String
INTERNAL_OS_FREEBSD
"FreeBSD"
public static final String
INTERNAL_OS_HPUX
"HP-UX"
public static final String
INTERNAL_OS_LINUX
"Linux"
public static final String
INTERNAL_OS_MACOSX
"Mac OS"
public static final String
INTERNAL_OS_QNX
"QNX"
public static final String
INTERNAL_OS_SUNOS
"SunOS"
public static final String
OS_AIX
"aix"
public static final String
OS_FREEBSD
"freebsd"
public static final String
OS_HPUX
"hpux"
public static final String
OS_LINUX
"linux"
public static final String
OS_MACOSX
"macosx"
public static final String
OS_QNX
"qnx"
public static final String
OS_SOLARIS
"solaris"
public static final String
OS_UNKNOWN
"unknown"
public static final String
OS_WIN32
"win32"
public static final String
OSGI_ARCH
"osgi.arch"
public static final String
OSGI_NL
"osgi.nl"
public static final String
OSGI_OS
"osgi.os"
public static final String
OSGI_WS
"osgi.ws"
public static final String
WS_CARBON
"carbon"
public static final String
WS_COCOA
"cocoa"
public static final String
WS_GTK
"gtk"
public static final String
WS_MOTIF
"motif"
public static final String
WS_PHOTON
"photon"
public static final String
WS_UNKNOWN
"unknown"
public static final String
WS_WIN32
"win32"
public static final String
WS_WPF
"wpf"
-
org.eclipse.tycho.core.shared.BuildPropertiesParser Modifier and Type Constant Field Value public static final String
BUILD_PROPERTIES
"build.properties"
-
org.eclipse.tycho.core.shared.VersioningHelper Modifier and Type Constant Field Value public static final String
QUALIFIER
"qualifier"
-
org.eclipse.tycho.extras.pack200.EclipseInf Modifier and Type Constant Field Value public static final String
PACK200_CONDITIONED
"pack200.conditioned"
public static final String
PATH_ECLIPSEINF
"META-INF/eclipse.inf"
public static final String
TRUE
"true"
-
org.eclipse.tycho.extras.pack200.Pack200Wrapper Modifier and Type Constant Field Value public static final String
COMMAND_PACK
"pack"
public static final String
COMMAND_UNPACK
"unpack"
-
org.eclipse.tycho.extras.sourcefeature.SourceFeatureMojo Modifier and Type Constant Field Value public static final String
FEATURE_TEMPLATE_DIR
"sourceTemplateFeature"
public static final String
SOURCES_FEATURE_CLASSIFIER
"sources-feature"
-
org.eclipse.tycho.model.BundleConfiguration Modifier and Type Constant Field Value public static final int
NO_STARTLEVEL
-1
-
org.eclipse.tycho.model.Category Modifier and Type Constant Field Value public static final String
CATEGORY_XML
"category.xml"
-
org.eclipse.tycho.model.Feature Modifier and Type Constant Field Value public static final String
FEATURE_XML
"feature.xml"
-
org.eclipse.tycho.model.IU Modifier and Type Constant Field Value public static final String
ID
"id"
public static final String
NAME
"name"
public static final String
NAMESPACE
"namespace"
public static final String
P2_IU_NAMESPACE
"org.eclipse.equinox.p2.iu"
public static final String
RANGE
"range"
public static final String
SOURCE_FILE_NAME
"p2iu.xml"
public static final String
VERSION
"version"
-
org.eclipse.tycho.model.Launcher Modifier and Type Constant Field Value public static final String
ICON_FREEBSD
"icon"
public static final String
ICON_LINUX
"icon"
public static final String
ICON_MAC
"icon"
public static final String
ICON_SOLARIS_LARGE
"solarisLarge"
public static final String
ICON_SOLARIS_MEDIUM
"solarisMedium"
public static final String
ICON_SOLARIS_SMALL
"solarisSmall"
public static final String
ICON_SOLARIS_TINY
"solarisTiny"
public static final String
ICON_WINDOWS_EXTRA_LARGE_HIGH
"winExtraLargeHigh"
public static final String
ICON_WINDOWS_ICO_PATH
"path"
public static final String
ICON_WINDOWS_LARGE_HIGH
"winLargeHigh"
public static final String
ICON_WINDOWS_LARGE_LOW
"winLargeLow"
public static final String
ICON_WINDOWS_MEDIUM_HIGH
"winMediumHigh"
public static final String
ICON_WINDOWS_MEDIUM_LOW
"winMediumLow"
public static final String
ICON_WINDOWS_SMALL_HIGH
"winSmallHigh"
public static final String
ICON_WINDOWS_SMALL_LOW
"winSmallLow"
-
org.eclipse.tycho.model.UpdateSite Modifier and Type Constant Field Value public static final String
SITE_XML
"site.xml"
-
org.eclipse.tycho.osgi.runtime.TychoOsgiRuntimeArtifacts Modifier and Type Constant Field Value public static final String
HINT_FRAMEWORK
"framework"
public static final String
NOEMBED
"Tycho-NoEmbed"
-
org.eclipse.tycho.p2.impl.Activator Modifier and Type Constant Field Value public static final String
PLUGIN_ID
"org.eclipse.tycho.p2.impl"
-
org.eclipse.tycho.p2.impl.publisher.AbstractDependenciesAction Modifier and Type Constant Field Value protected static final String
ANY_QUALIFIER
"qualifier"
protected static final String
FEATURE_GROUP_IU_SUFFIX
".feature.group"
protected static final String
OSGI_ARCH
"osgi.arch"
protected static final String
OSGI_NL
"osgi.nl"
protected static final String
OSGI_OS
"osgi.os"
protected static final String
OSGI_WS
"osgi.ws"
-
org.eclipse.tycho.p2.impl.publisher.AuthoredIUAction Modifier and Type Constant Field Value public static final String
IU_TYPE
"org.eclipse.equinox.p2.type.iu"
-
org.eclipse.tycho.p2.impl.publisher.FeatureDependenciesAction Modifier and Type Constant Field Value public static final String
INCLUDED_IUS
"org.eclipse.tycho.p2.includedIUs"
-
org.eclipse.tycho.p2.impl.publisher.model.ProductFile2 Modifier and Type Constant Field Value protected static final String
ATTRIBUTE_ARCH
"arch"
protected static final String
ATTRIBUTE_OS
"os"
protected static final String
ATTRIBUTE_WS
"ws"
-
org.eclipse.tycho.p2.repository.MavenRepositoryCoordinates Modifier and Type Constant Field Value public static final String
DEFAULT_EXTENSION
"jar"
-
org.eclipse.tycho.p2.repository.RepositoryLayoutHelper Modifier and Type Constant Field Value public static final String
CLASSIFIER_P2_ARTIFACTS
"p2artifacts"
public static final String
CLASSIFIER_P2_METADATA
"p2metadata"
public static final String
DEFAULT_EXTERNSION
"jar"
public static final String
EXTENSION_P2_ARTIFACTS
"xml"
public static final String
EXTENSION_P2_METADATA
"xml"
public static final String
FILE_NAME_LOCAL_ARTIFACTS
"local-artifacts.properties"
public static final String
FILE_NAME_P2_ARTIFACTS
"p2artifacts.xml"
public static final String
FILE_NAME_P2_METADATA
"p2content.xml"
public static final String
KEY_ARTIFACT_ATTACHED
"artifact.attached."
public static final String
KEY_ARTIFACT_MAIN
"artifact.main"
public static final String
PACK200_CLASSIFIER
"pack200"
public static final String
PACK200_EXTENSION
"jar.pack.gz"
public static final String
PROP_ARTIFACT_ID
"maven-artifactId"
public static final String
PROP_CLASSIFIER
"maven-classifier"
public static final String
PROP_EXTENSION
"maven-extension"
public static final String
PROP_GROUP_ID
"maven-groupId"
public static final String
PROP_VERSION
"maven-version"
-
org.eclipse.tycho.p2.resolver.P2DependencyResolver Modifier and Type Constant Field Value public static final String
ROLE_HINT
"p2"
-
org.eclipse.tycho.p2.resolver.facade.P2Resolver Modifier and Type Constant Field Value public static final String
ANY_QUALIFIER
"qualifier"
-
org.eclipse.tycho.packaging.UpdateSiteAssembler Modifier and Type Constant Field Value public static final String
FEATURES_DIR
"features/"
public static final String
PLUGINS_DIR
"plugins/"
-
org.eclipse.tycho.plugins.p2.extras.BytesArtifactComparator Modifier and Type Constant Field Value public static final String
HINT
"bytes"
-
org.eclipse.tycho.pomless.TychoBundleMapping Modifier and Type Constant Field Value public static final String
MANIFEST_MF_MARKER
".META-INF_MANIFEST.MF"
public static final String
PACKAGING
"eclipse-plugin"
-
org.eclipse.tycho.pomless.TychoFeatureMapping Modifier and Type Constant Field Value public static final String
PACKAGING
"eclipse-feature"
-
org.eclipse.tycho.pomless.TychoRepositoryMapping Modifier and Type Constant Field Value public static final String
PACKAGING
"eclipse-repository"
-
org.eclipse.tycho.pomless.TychoTargetMapping Modifier and Type Constant Field Value public static final String
PACKAGING
"eclipse-target-definition"
-
org.eclipse.tycho.repository.local.index.FileBasedTychoRepositoryIndex Modifier and Type Constant Field Value public static final String
ARTIFACTS_INDEX_RELPATH
".meta/p2-artifacts.properties"
public static final String
METADATA_INDEX_RELPATH
".meta/p2-local-metadata.properties"
-
org.eclipse.tycho.repository.registry.facade.RepositoryBlackboardKey Modifier and Type Constant Field Value public static final String
SCHEME
"file"
-
org.eclipse.tycho.repository.util.internal.BundleConstants Modifier and Type Constant Field Value public static final String
BUNDLE_ID
"org.eclipse.tycho.p2.maven.repository"
-
org.eclipse.tycho.surefire.osgibooter.Activator Modifier and Type Constant Field Value public static final String
PLUGIN_ID
"org.eclipse.tycho.surefire.osgibooter"
-
org.eclipse.tycho.versions.engine.ImportRefVersionConstraint Modifier and Type Constant Field Value public static final String
MATCH_COMPATIBLE
"compatible"
public static final String
MATCH_EQUIVALENT
"equivalent"
public static final String
MATCH_GREATER_OR_EQUAL
"greaterOrEqual"
public static final String
MATCH_PERFECT
"perfect"
-
org.eclipse.tycho.versions.manipulation.PomManipulator Modifier and Type Constant Field Value public static final String
HINT
"pom"
-
org.eclipse.tycho.versions.pom.PomFile Modifier and Type Constant Field Value public static final String
POM_XML
"pom.xml"
-
org.eclipse.tycho.zipcomparator.internal.ClassfileComparator Modifier and Type Constant Field Value public static final String
TYPE
"class"
-
org.eclipse.tycho.zipcomparator.internal.DefaultContentsComparator Modifier and Type Constant Field Value public static final String
TYPE
"default"
-
org.eclipse.tycho.zipcomparator.internal.ManifestComparator Modifier and Type Constant Field Value public static final String
TYPE
"manifest"
-
org.eclipse.tycho.zipcomparator.internal.NestedZipComparator Modifier and Type Constant Field Value public static final String
TYPE
"zip"
-
org.eclipse.tycho.zipcomparator.internal.PropertiesComparator Modifier and Type Constant Field Value public static final String
TYPE
"properties"
-
org.eclipse.tycho.zipcomparator.internal.ZipComparatorImpl Modifier and Type Constant Field Value public static final String
TYPE
"zip"