Package com.inductiveautomation.ignition.common
package com.inductiveautomation.ignition.common
-
ClassDescriptionCreated by colby.clegg on 7/11/2015.A simple structure that holds an index into a single or double column array.Encodes and decodes to and from Base64 notation.A
Base64.InputStream
will read data from anotherjava.io.InputStream
, given in the constructor, and encode/decode to/from Base64 notation on the fly.ABase64.OutputStream
will write data to anotherjava.io.OutputStream
, given in the constructor, and encode/decode to/from Base64 notation on the fly.An extremely simple thread-safe object pool backed by a LinkedList.An enum listing the possible comparison operations.Marker interface that indicates the object (and its subclasses, obviously) can be cloned reflectively through a copy constructor.
SeeCloneUtil
for a function to do this.A Dataset represents tabular data.Indicates that the object provides some sort of diagnostics information.DiagnosticSample is a tree of data about a target.Generates private execution engines that can be used to schedule tasks.This is a general exception that can be used to transfer error information across RPC.Library of utility methods useful in dealing with converting byte arrays to and from strings of hexadecimal digits.Indicates an exception that is really a transparent facade over another interface.A tagging interface to mark exceptions that should only display their message - not their entire stack trace.IValue<T>An extremely simple interface that simple allows for "late" retrieval/calculation of a value.A tagging interface to mark exceptions are purely used to wrap another exception, and should not be shown themselves.A property path represents a location in a JSON document.Encodes byte[] objects as Base64Represents the types possible in a JSON encoding.Filename: LocaleChangeEvent.java Created on Dec 10, 2015 Author: Kathy Applebaum Copyright Inductive Automation 2015 Project: SRCommonA localized message that takes a bundle key and lazily uses BundleUtil to create its localized message.A localized message that takes a bundle key and lazily uses BundleUtil to create its localized message.Contains functions we wish were in java.lang.MathA NamedId is an identifier which is primarily a UUID, but can have a "friendly" name associated with it.A simple thread factory that uses a custom name prefix.NamedValue<T>A wrapper around an Object that attaches a resource bundle key to it.A simple extension of properties that is meant to represent a file based property file.Represents a polling rate, either off, relative, or absolute, with a time value in millisecondsThis class is a path to anything in Ignition, across any system.A builder to assist in constructingQualifiedPath
s.This class provides utilities related toQualifiedPath
s.A StatMetric keeps track of various statistics for one metric.This is an implementation of Dataset that received data in a streaming manner.A pair of strings.A simple path based on string based path components.A case-sensitive subclass ofStringPath
.A SubIndex represents a way to get a sub element from a value.Created by colby.clegg on 7/14/2015.Initializes most basic classes.Value<T>An object that knows how to format itself in HTML appropriate for appending into a web page.These are path identifiers used byQualifiedPath
for the well-known objects in Ignition.This class maintains a pool of XMLReaders.