public abstract class Detector extends Object
Modifier and Type | Field and Description |
---|---|
static String |
DETECTED_ARCH |
static String |
DETECTED_CLASSIFIER |
static String |
DETECTED_NAME |
Constructor and Description |
---|
Detector() |
Modifier and Type | Method and 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 Trustin Lee. All rights reserved.