Java org.apache.commons.vfs2.util Os fields, constructors, methods, implement or subclass

Example usage for Java org.apache.commons.vfs2.util Os fields, constructors, methods, implement or subclass

Introduction

In this page you can find the methods, fields and constructors for org.apache.commons.vfs2.util Os.

The text is from its open source code.

Field

OsFamilyOS_FAMILY_WINDOWS
All Windows based OSes.

Method

booleanisFamily(final String family)
Determines if the OS on which Ant is executing matches the given OS family.
booleanisFamily(final OsFamily family)
Determines if the OS on which Ant is executing matches the given OS family.