A D E F G H K L R S
All Classes All Packages
All Classes All Packages
All Classes All Packages
A
- afterProjectsRead(MavenSession) - Method in class kr.motd.maven.os.DetectExtension
D
- detect(Properties, List<String>) - Method in class kr.motd.maven.os.Detector
- DETECTED_ARCH - Static variable in class kr.motd.maven.os.Detector
- DETECTED_BITNESS - Static variable in class kr.motd.maven.os.Detector
- DETECTED_CLASSIFIER - Static variable in class kr.motd.maven.os.Detector
- DETECTED_NAME - Static variable in class kr.motd.maven.os.Detector
- DETECTED_RELEASE - Static variable in class kr.motd.maven.os.Detector
- DETECTED_RELEASE_LIKE_PREFIX - Static variable in class kr.motd.maven.os.Detector
- DETECTED_RELEASE_VERSION - Static variable in class kr.motd.maven.os.Detector
- DETECTED_VERSION - Static variable in class kr.motd.maven.os.Detector
- DETECTED_VERSION_MAJOR - Static variable in class kr.motd.maven.os.Detector
- DETECTED_VERSION_MINOR - Static variable in class kr.motd.maven.os.Detector
- DetectExtension - Class in kr.motd.maven.os
-
Detects the current operating system and architecture, normalizes them, and sets them to various project properties.
- DetectExtension(Logger) - Constructor for class kr.motd.maven.os.DetectExtension
- DetectionException - Exception in kr.motd.maven.os
- DetectionException(String) - Constructor for exception kr.motd.maven.os.DetectionException
- DetectMojo - Class in kr.motd.maven.os
-
Detects the current operating system and architecture, normalizes them, and sets them to various project properties.
- DetectMojo() - Constructor for class kr.motd.maven.os.DetectMojo
- Detector - Class in kr.motd.maven.os
- Detector() - Constructor for class kr.motd.maven.os.Detector
- Detector(SystemPropertyOperationProvider, FileOperationProvider) - Constructor for class kr.motd.maven.os.Detector
E
- execute() - Method in class kr.motd.maven.os.DetectMojo
- execute() - Method in class kr.motd.maven.os.HelpMojo
F
- FileOperationProvider - Interface in kr.motd.maven.os
-
Interface exposing file operations.
G
- getClassifierWithLikes(String) - Static method in class kr.motd.maven.os.DetectMojo
-
Takes a comma-separated value of os "likes" to be included in the generated classifier and returns them as a list.
- getSystemProperty(String) - Method in interface kr.motd.maven.os.SystemPropertyOperationProvider
-
Gets the system property indicated by the specified name.
- getSystemProperty(String, String) - Method in interface kr.motd.maven.os.SystemPropertyOperationProvider
-
Gets the system property indicated by the specified name.
- guessBitnessFromArchitecture(String) - Static method in class kr.motd.maven.os.Detector
H
- HelpMojo - Class in kr.motd.maven.os
-
Display help information on os-maven-plugin.
Callmvn os:help -Ddetail=true -Dgoal=<goal-name>
to display parameter details. - HelpMojo() - Constructor for class kr.motd.maven.os.HelpMojo
K
- kr.motd.maven.os - package kr.motd.maven.os
L
- log(String) - Method in class kr.motd.maven.os.Detector
- logProperty(String, String) - Method in class kr.motd.maven.os.Detector
R
- readFile(String) - Method in interface kr.motd.maven.os.FileOperationProvider
-
Gets a
InputStream
for reading the content of the file with the specified path.
S
- setSystemProperty(String, String) - Method in interface kr.motd.maven.os.SystemPropertyOperationProvider
-
Sets the system property indicated by the specified name.
- SystemPropertyOperationProvider - Interface in kr.motd.maven.os
-
Interface exposing system property operations.
All Classes All Packages