Package kr.motd.maven.os
Class EclipseStartup
- java.lang.Object
-
- kr.motd.maven.os.Detector
-
- kr.motd.maven.os.EclipseStartup
-
- All Implemented Interfaces:
org.eclipse.ui.IStartup
public class EclipseStartup extends Detector implements org.eclipse.ui.IStartup
-
-
Field Summary
-
Fields inherited from class kr.motd.maven.os.Detector
DETECTED_ARCH, DETECTED_BITNESS, DETECTED_CLASSIFIER, DETECTED_NAME, DETECTED_RELEASE, DETECTED_RELEASE_LIKE_PREFIX, DETECTED_RELEASE_VERSION, DETECTED_VERSION, DETECTED_VERSION_MAJOR, DETECTED_VERSION_MINOR
-
-
Constructor Summary
Constructors Constructor Description EclipseStartup()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidearlyStartup()protected voidlog(java.lang.String message)protected voidlogProperty(java.lang.String name, java.lang.String value)-
Methods inherited from class kr.motd.maven.os.Detector
detect, guessBitnessFromArchitecture
-
-
-
-
Method Detail
-
earlyStartup
public void earlyStartup()
- Specified by:
earlyStartupin interfaceorg.eclipse.ui.IStartup
-
logProperty
protected void logProperty(java.lang.String name, java.lang.String value)- Specified by:
logPropertyin classDetector
-
-