public class ReleaseIdImpl
extends org.appformer.maven.support.AFReleaseIdImpl
implements org.kie.api.builder.ReleaseId
Constructor and Description |
---|
ReleaseIdImpl() |
ReleaseIdImpl(String releaseId) |
ReleaseIdImpl(String groupId,
String artifactId,
String version) |
ReleaseIdImpl(String groupId,
String artifactId,
String version,
String type) |
Modifier and Type | Method and Description |
---|---|
static org.kie.api.builder.ReleaseId |
adapt(org.appformer.maven.support.AFReleaseId r) |
static Collection<org.kie.api.builder.ReleaseId> |
adaptAll(Collection<org.appformer.maven.support.AFReleaseId> rs) |
static org.kie.api.builder.ReleaseId |
fromPropertiesStream(InputStream stream,
String path) |
static org.kie.api.builder.ReleaseId |
fromPropertiesString(String path) |
equals, getArtifactId, getCompilationCachePathPrefix, getGroupId, getPomPropertiesPath, getPomPropertiesPath, getPomXmlPath, getPomXmlPath, getSnapshotVersion, getType, getVersion, hashCode, isEmpty, isSnapshot, readExternal, setArtifactId, setGroupId, setSnapshotVersion, setVersion, toExternalForm, toString, writeExternal
public ReleaseIdImpl()
public ReleaseIdImpl(String releaseId)
public static org.kie.api.builder.ReleaseId adapt(org.appformer.maven.support.AFReleaseId r)
public static Collection<org.kie.api.builder.ReleaseId> adaptAll(Collection<org.appformer.maven.support.AFReleaseId> rs)
public static org.kie.api.builder.ReleaseId fromPropertiesString(String path)
public static org.kie.api.builder.ReleaseId fromPropertiesStream(InputStream stream, String path)
Copyright © 2001–2018 JBoss by Red Hat. All rights reserved.