Java org.eclipse.jface.util Assert fields, constructors, methods, implement or subclass

Example usage for Java org.eclipse.jface.util Assert fields, constructors, methods, implement or subclass

Introduction

In this page you can find the methods, fields and constructors for org.eclipse.jface.util Assert.

The text is from its open source code.

Method

booleanisLegal(boolean expression)
Asserts that an argument is legal.
booleanisLegal(boolean expression, String message)
Asserts that an argument is legal.
voidisNotNull(Object object)
Asserts that the given object is not null.
voidisNotNull(Object object, String message)
Asserts that the given object is not null.
booleanisTrue(boolean expression)
Asserts that the given boolean is true.
booleanisTrue(boolean expression, String message)
Asserts that the given boolean is true.