public abstract class Detector extends Object
Modifier and Type | Field | Description |
---|---|---|
static String |
DETECTED_ARCH |
|
static String |
DETECTED_CLASSIFIER |
|
static String |
DETECTED_NAME |
Constructor | Description |
---|---|
Detector() |
Modifier and Type | Method | Description |
---|---|---|
protected void |
detect(Properties props) |
|
protected abstract void |
log(String message) |
|
protected abstract void |
logProperty(String name,
String value) |
public static final String DETECTED_NAME
public static final String DETECTED_ARCH
public static final String DETECTED_CLASSIFIER
protected void detect(Properties props) throws DetectionException
DetectionException
protected abstract void log(String message)
Copyright © 2014–2019 Trustin Lee. All rights reserved.