A C D G L M O S T V W X 
All Classes All Packages

A

architecture - Variable in class com.googlecode.cmakemavenproject.OperatingSystem
The architecture of the operating system.
ARM_32 - com.googlecode.cmakemavenproject.OperatingSystem.Architecture
ARM, 32-bit.
ARM_64 - com.googlecode.cmakemavenproject.OperatingSystem.Architecture
ARM, 64-bit.

C

com.googlecode.cmakemavenproject - package com.googlecode.cmakemavenproject
 

D

detected() - Static method in enum com.googlecode.cmakemavenproject.OperatingSystem.Architecture
Returns the architecture of the detected operating system.
detected() - Static method in class com.googlecode.cmakemavenproject.OperatingSystem
Returns the detected operating system.
detected() - Static method in enum com.googlecode.cmakemavenproject.OperatingSystem.Type
Returns the type of the detected operating system.

G

getClassifier() - Method in class com.googlecode.cmakemavenproject.OperatingSystem
Returns the classifier associated with this operating system.
getDownloadSuffix() - Method in class com.googlecode.cmakemavenproject.OperatingSystem
Returns the suffix to append to the cmake download filename.
getEnvironment(ProcessBuilder, String) - Method in class com.googlecode.cmakemavenproject.OperatingSystem
Returns the value of a ProcessBuilder's environment variable.
getExecutableOnPath(String, String) - Method in class com.googlecode.cmakemavenproject.OperatingSystem
Returns the fully-qualified path of the executable.
getExecutableSuffix() - Method in class com.googlecode.cmakemavenproject.OperatingSystem
Returns the suffix to append to the cmake executables.

L

LINUX - com.googlecode.cmakemavenproject.OperatingSystem.Type
Linux.
LOONGARCH64 - com.googlecode.cmakemavenproject.OperatingSystem.Architecture
LOONGARCH64, 64-bit.

M

MAC - com.googlecode.cmakemavenproject.OperatingSystem.Type
macOS.

O

OperatingSystem - Class in com.googlecode.cmakemavenproject
An operating system.
OperatingSystem.Architecture - Enum in com.googlecode.cmakemavenproject
The architecture of an operating system.
OperatingSystem.Type - Enum in com.googlecode.cmakemavenproject
Operating system types.
overrideEnvironmentVariables(Map<String, String>, ProcessBuilder) - Method in class com.googlecode.cmakemavenproject.OperatingSystem
Overrides the environment variables of a process builder.

S

supportsPosix(InputStream) - Method in class com.googlecode.cmakemavenproject.OperatingSystem
Indicates if the operating system supports POSIX attributes.

T

toString() - Method in class com.googlecode.cmakemavenproject.OperatingSystem
 
type - Variable in class com.googlecode.cmakemavenproject.OperatingSystem
The type of the operating system.

V

valueOf(String) - Static method in enum com.googlecode.cmakemavenproject.OperatingSystem.Architecture
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.googlecode.cmakemavenproject.OperatingSystem.Type
Returns the enum constant of this type with the specified name.
values() - Static method in enum com.googlecode.cmakemavenproject.OperatingSystem.Architecture
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.googlecode.cmakemavenproject.OperatingSystem.Type
Returns an array containing the constants of this enum type, in the order they are declared.

W

WINDOWS - com.googlecode.cmakemavenproject.OperatingSystem.Type
Windows.

X

X86_32 - com.googlecode.cmakemavenproject.OperatingSystem.Architecture
x86, 32-bit.
X86_64 - com.googlecode.cmakemavenproject.OperatingSystem.Architecture
x86, 64-bit.
A C D G L M O S T V W X 
All Classes All Packages