public class Origin extends Object implements Serializable
Modifier and Type | Field and Description |
---|---|
static String |
UNKNOWN_FILE_PATH |
Constructor and Description |
---|
Origin(SourceType type,
String name) |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object o) |
String |
getName()
The name of the document origin.
|
SourceType |
getType()
Retrieve the type of origin.
|
int |
hashCode() |
String |
toString() |
public static final String UNKNOWN_FILE_PATH
public Origin(SourceType type, String name)
public SourceType getType()
public String getName()
Copyright © 2018 JBoss by Red Hat. All rights reserved.