public class ArtifactInfoRecord extends Object implements Serializable
Modifier and Type | Field and Description |
---|---|
static IndexerField |
FLD_DELETED
Del: contains UINFO to mark record as deleted (needed for incremental updates!).
|
static IndexerField |
FLD_UINFO
Unique groupId, artifactId, version, classifier, extension (or packaging).
|
static String |
FS
Field separator
|
static Pattern |
FS_PATTERN |
static String |
NA
Non available value
|
Constructor and Description |
---|
ArtifactInfoRecord() |
public static final String FS
public static final Pattern FS_PATTERN
public static final String NA
public static final IndexerField FLD_UINFO
public static final IndexerField FLD_DELETED
Copyright © 2002–2017 The Apache Software Foundation. All rights reserved.