- add(CmndProc.Dispatch, CmndProc.Command) - Method in class org.lsst.ccs.utilities.sa.CmndProc
-
Adds a command processor
- add(String, int, String[]) - Method in class org.lsst.ccs.utilities.sa.CmndProc.Command
-
Adds a command to the table
- add(String, int) - Method in class org.lsst.ccs.utilities.sa.CmndProc.Lookup
-
Adds a new entry
- add(CmndProcess.Dispatch, CmndProcess.Command) - Method in class org.lsst.ccs.utilities.sa.CmndProcess
-
Adds a command processor
- add(CmndProcess.CmndDisp) - Method in class org.lsst.ccs.utilities.sa.CmndProcess
-
Adds a command processor, enhanced version
- add(String, int, String[], String, CmndProcess.Lookup...) - Method in class org.lsst.ccs.utilities.sa.CmndProcess.Command
-
Adds a command to the table
- add(String, int) - Method in class org.lsst.ccs.utilities.sa.CmndProcess.Lookup
-
Adds a new entry
- addChild(TreeBranch<T>) - Method in class org.lsst.ccs.utilities.structs.TreeBranch
-
adds a child to the current node.
- addExecutant(T) - Method in class org.lsst.ccs.utilities.dispatch.ParallelCommandDispatcher
-
adds an executant to the list of those going to execute Commands when needed.
- addExecutant(T) - Method in class org.lsst.ccs.utilities.dispatch.ParallelDispatchProxy
-
Registers a code ready to receive "synchronous" commands
- addExecutant(T) - Method in class org.lsst.ccs.utilities.dispatch.SynchronousCommandDispatcher
-
Registers a code ready to receive "synchronous" commands
- addExecutant(T) - Method in class org.lsst.ccs.utilities.dispatch.SynchronousDispatchProxy
-
Registers a code ready to receive "synchronous" commands
- addObserver(ASyncObserver<P>) - Method in class org.lsst.ccs.utilities.dispatch.ParallelObservable
-
- addObserver(SynchronousObserver<P>) - Method in class org.lsst.ccs.utilities.dispatch.SynchronousObservable
-
- addReportLine(String) - Method in class org.lsst.ccs.utilities.tracers.Tracer.MultiReporter
-
- addReportLine(String) - Method in interface org.lsst.ccs.utilities.tracers.Tracer.Strategy
-
long reports that span many lines (such as stackTraces) may have intermediate
calls to addReportLine before a call to endReport
- agent - Variable in class org.lsst.ccs.utilities.beanutils.BeanProxyFor
-
- almostUniqueAgentName(String) - Static method in class org.lsst.ccs.utilities.tracers.Names
-
generates a (nearly) unique name for a given machine.
- almostUniqueAgentName() - Static method in class org.lsst.ccs.utilities.tracers.Names
-
same as uniqueAgentName(null)
- almostUniqueLocalName(String) - Static method in class org.lsst.ccs.utilities.tracers.Names
-
can used to generate simple names based on a seed and a timestamp.
- AltMain - Class in org.lsst.ccs.utilities.main
-
- AltMain() - Constructor for class org.lsst.ccs.utilities.main.AltMain
-
- append(LoggingEvent) - Method in class org.lsst.ccs.utilities.logging.JULAppender
-
- apply(double) - Method in class org.lsst.ccs.utilities.dsp.BoxCarFilter
-
- apply(double) - Method in interface org.lsst.ccs.utilities.dsp.DigitalFilter
-
- apply(double) - Method in class org.lsst.ccs.utilities.dsp.FIRFilter
-
- apply(double) - Method in class org.lsst.ccs.utilities.dsp.MedianFilter
-
- apply(double) - Method in class org.lsst.ccs.utilities.dsp.MedianHFFilter
-
- argDesc(int) - Method in class org.lsst.ccs.utilities.sa.CmndProcess.Command
-
Gets the argument descriptor for a command, given its index
- args - Variable in exception org.lsst.ccs.utilities.beanutils.WrappedBeanMethodInvocationException
-
- ASyncObserver<P> - Interface in org.lsst.ccs.utilities.dispatch
-
An Observable that needs parrallel processing of updates.
- call(String, Object...) - Method in class org.lsst.ccs.utilities.dispatch.InvocationDispenser
-
calls the registered invoker which corresponds to the token.
- callBack(String, Object...) - Method in class org.lsst.ccs.utilities.dispatch.InvocationDispenser
-
calls the registered invoker which corresponds to the token.
- children() - Method in class org.lsst.ccs.utilities.structs.TreeBranch
-
- cleanConsole() - Static method in class org.lsst.ccs.utilities.logging.LogManagement
-
if a System Class Loader loads the standard LOgManager and the manager reads
the standard "loggin.properties" and initialize the Handlers we may end up with
two different Console Handlers.
- ClickDialog - Class in org.lsst.ccs.utilities.zonesui
-
- ClickDialog(Window, String, boolean, JPanel) - Constructor for class org.lsst.ccs.utilities.zonesui.ClickDialog
-
- clone() - Method in class org.lsst.ccs.utilities.dsp.BoxCarFilter
-
- clone() - Method in interface org.lsst.ccs.utilities.dsp.DigitalFilter
-
- clone() - Method in class org.lsst.ccs.utilities.dsp.FIRFilter
-
- clone() - Method in class org.lsst.ccs.utilities.dsp.MedianFilter
-
- close() - Method in class org.lsst.ccs.utilities.logging.JULAppender
-
- CMD_AMBIG - Static variable in class org.lsst.ccs.utilities.sa.CmndProc
-
- CMD_AMBIG - Static variable in class org.lsst.ccs.utilities.sa.CmndProcess
-
- CMD_UNKNOWN - Static variable in class org.lsst.ccs.utilities.sa.CmndProc
-
- CMD_UNKNOWN - Static variable in class org.lsst.ccs.utilities.sa.CmndProcess
-
- CmndProc - Class in org.lsst.ccs.utilities.sa
-
Class to implement command processing
- CmndProc() - Constructor for class org.lsst.ccs.utilities.sa.CmndProc
-
Main constructor
- CmndProc.Command - Class in org.lsst.ccs.utilities.sa
-
Inner class to implement command decoding
- CmndProc.Command(int) - Constructor for class org.lsst.ccs.utilities.sa.CmndProc.Command
-
Constructor
- CmndProc.Dispatch - Interface in org.lsst.ccs.utilities.sa
-
Inner interface to define command dispatching
- CmndProc.Lookup - Class in org.lsst.ccs.utilities.sa
-
Inner class to implement lookup tables
- CmndProc.Lookup(int) - Constructor for class org.lsst.ccs.utilities.sa.CmndProc.Lookup
-
Constructor
- CmndProcess - Class in org.lsst.ccs.utilities.sa
-
Class to implement command processing, new style
- CmndProcess() - Constructor for class org.lsst.ccs.utilities.sa.CmndProcess
-
Main constructors
- CmndProcess(boolean) - Constructor for class org.lsst.ccs.utilities.sa.CmndProcess
-
- CmndProcess.CmndDisp - Interface in org.lsst.ccs.utilities.sa
-
Enhanced inner interface to define command dispatching
- CmndProcess.Command - Class in org.lsst.ccs.utilities.sa
-
Inner class to implement command decoding
- CmndProcess.Command(int) - Constructor for class org.lsst.ccs.utilities.sa.CmndProcess.Command
-
Constructor
- CmndProcess.Dispatch - Interface in org.lsst.ccs.utilities.sa
-
Inner interface to define command dispatching
- CmndProcess.Lookup - Class in org.lsst.ccs.utilities.sa
-
Inner class to implement lookup tables
- CmndProcess.Lookup(int) - Constructor for class org.lsst.ccs.utilities.sa.CmndProcess.Lookup
-
Constructor
- code(int) - Method in class org.lsst.ccs.utilities.sa.CmndProc.Command
-
Gets the code for a command, given its index
- code(int) - Method in class org.lsst.ccs.utilities.sa.CmndProc.Lookup
-
Gets the code given its index
- code(int) - Method in class org.lsst.ccs.utilities.sa.CmndProcess.Command
-
Gets the code for a command, given its index
- code(int) - Method in class org.lsst.ccs.utilities.sa.CmndProcess.Lookup
-
Gets the code given its index
- CommandFor<T> - Interface in org.lsst.ccs.utilities.dispatch
-
This interface defines the behaviour of a class implementing a Command pattern.
- CommandUtilities - Class in org.lsst.ccs.utilities.commands
-
- CommandUtilities() - Constructor for class org.lsst.ccs.utilities.commands.CommandUtilities
-
- CommonResources - Class in org.lsst.ccs.utilities.jars
-
This class deals with "common resources": that is resources that
are not linked to a specific package (such resources are often queried
using an initial slash when querying a resource through the Class
resource methods such as getResource : getResource("/global.properties")).
- CommonResources() - Constructor for class org.lsst.ccs.utilities.jars.CommonResources
-
- configure() - Static method in class org.lsst.ccs.utilities.logging.Logger
-
Deprecated.
- configureHandler(String, Handler) - Method in class org.lsst.ccs.utilities.logging.LogPropertiesLoader
-
should set level, formatter, filter
- ConsoleHandlerN - Class in org.lsst.ccs.utilities.logging
-
A Console handler that detects duplicate logs.
- ConsoleHandlerN() - Constructor for class org.lsst.ccs.utilities.logging.ConsoleHandlerN
-
- ConsOut - Class in org.lsst.ccs.utilities.sa
-
\file ConsOut.java
Methods for real console output
\author Owen Saxton
- ConsOut() - Constructor for class org.lsst.ccs.utilities.sa.ConsOut
-
- Convert - Class in org.lsst.ccs.utilities.conv
-
Routines for converting between numbers and byte sub-arrays
- Convert() - Constructor for class org.lsst.ccs.utilities.conv.Convert
-
- count() - Method in class org.lsst.ccs.utilities.sa.CmndProc.Command
-
Gets the number of commands
- count() - Method in class org.lsst.ccs.utilities.sa.CmndProc.Lookup
-
Gets the number of items
- count() - Method in class org.lsst.ccs.utilities.sa.CmndProcess.Command
-
Gets the number of commands
- count() - Method in class org.lsst.ccs.utilities.sa.CmndProcess.Lookup
-
Gets the number of items
- createLogRecord(Level, String) - Method in class org.lsst.ccs.utilities.logging.Logger
-
creates a simple log record.
- CriticalCtor - Annotation Type in org.lsst.ccs.utilities.beanutils
-
Annotates the "minimum" critical constructor of a non-bean object.
- CURLOG - Static variable in class org.lsst.ccs.utilities.jars.CommonResources
-
- current() - Method in exception org.lsst.ccs.utilities.exc.BundledException
-
- current() - Method in exception org.lsst.ccs.utilities.exc.BundledRuntimeException
-
- current() - Method in interface org.lsst.ccs.utilities.exc.ThrowableList
-
- currentCoords(int, int) - Method in interface org.lsst.ccs.utilities.zonesui.PositionListener
-
- currentCoords(int, int) - Method in class org.lsst.ccs.utilities.zonesui.ZonesPanel
-
- gatherAllPropertiesFrom(ClassLoader, String) - Static method in class org.lsst.ccs.utilities.jars.CommonResources
-
this method will create a Properties object filled with ALL the ".properties" resources
and Files that happen to bear the same name in the ClassPath and in the current directory.
- gatherAllPropertiesFrom(String) - Static method in class org.lsst.ccs.utilities.jars.CommonResources
-
same as the method with a ClassLoader argument but uses the current ClassLoader
- generateToken() - Method in class org.lsst.ccs.utilities.dispatch.InvocationDispenser
-
generates a unique token (for this ClassLoader context!)
- genShape() - Method in interface org.lsst.ccs.utilities.zonesui.ShapeBean
-
- genShape() - Method in class org.lsst.ccs.utilities.zonesui.ZEllipse
-
- genShape() - Method in class org.lsst.ccs.utilities.zonesui.ZPolygon
-
- genShape() - Method in class org.lsst.ccs.utilities.zonesui.ZRectangle
-
- get() - Method in interface org.lsst.ccs.utilities.beanutils.BeanFor
-
- get() - Method in class org.lsst.ccs.utilities.beanutils.BeanProxyFor
-
- get() - Method in class org.lsst.ccs.utilities.beanutils.Optional
-
- getAllowsChildren() - Method in class org.lsst.ccs.utilities.structs.TreeBranch
-
since the tree is immutable this method is not intended to be called during building operations.
- getAnnotatedMethodsFromObject(Object, Class) - Static method in class org.lsst.ccs.utilities.commands.CommandUtilities
-
- getAttenuation() - Method in class org.lsst.ccs.utilities.dsp.FilterFactory.FilterSpecs
-
- getBandPassFIR(double, double, double, double) - Static method in class org.lsst.ccs.utilities.dsp.FilterFactory
-
- getBooleanProperty(String, boolean) - Method in class org.lsst.ccs.utilities.logging.LogPropertiesLoader
-
- getChildAt(int) - Method in class org.lsst.ccs.utilities.structs.TreeBranch
-
- getChildCount() - Method in class org.lsst.ccs.utilities.structs.TreeBranch
-
- getChildIterator() - Method in class org.lsst.ccs.utilities.structs.TreeBranch
-
- getChildren() - Method in class org.lsst.ccs.utilities.structs.TreeBranch
-
- getClassURLNamesFor(Object) - Static method in class org.lsst.ccs.utilities.jars.CommonResources
-
get the names of places where a Class lies in the classPath
- getCommand() - Method in interface org.lsst.ccs.utilities.sa.CmndProcess.CmndDisp
-
- getContent() - Method in class org.lsst.ccs.utilities.structs.TreeBranch
-
- getCurrentIndex() - Method in class org.lsst.ccs.utilities.structs.TreeBranch
-
- getDashedLineColor() - Method in class org.lsst.ccs.utilities.zonesui.ImageZones
-
- getDelay() - Method in class org.lsst.ccs.utilities.dsp.BoxCarFilter
-
- getDelay() - Method in interface org.lsst.ccs.utilities.dsp.DigitalFilter
-
- getDelay() - Method in class org.lsst.ccs.utilities.dsp.FIRFilter
-
- getDelay() - Method in class org.lsst.ccs.utilities.dsp.MedianFilter
-
- getDepth() - Static method in class org.lsst.ccs.utilities.logging.StackTraceFormats
-
- getFilterProperty(String, Filter) - Method in class org.lsst.ccs.utilities.logging.LogPropertiesLoader
-
- getFIRFilter(double, double, double, double, FilterFactory.FilterType) - Static method in class org.lsst.ccs.utilities.dsp.FilterFactory
-
- getFIRFilter(FilterFactory.FilterSpecs) - Static method in class org.lsst.ccs.utilities.dsp.FilterFactory
-
- getFN() - Method in class org.lsst.ccs.utilities.dsp.FilterFactory.FilterSpecs
-
- getFormat() - Method in class org.lsst.ccs.utilities.logging.TextFormatter
-
- getFormatterProperty(String, Formatter) - Method in class org.lsst.ccs.utilities.logging.LogPropertiesLoader
-
- getHeight() - Method in class org.lsst.ccs.utilities.zonesui.ZEllipse
-
- getHeight() - Method in class org.lsst.ccs.utilities.zonesui.ZRectangle
-
- getHighFrequency() - Method in class org.lsst.ccs.utilities.dsp.FilterFactory.FilterSpecs
-
- getHighPassFIR(double, double, double) - Static method in class org.lsst.ccs.utilities.dsp.FilterFactory
-
- getIcon() - Method in interface org.lsst.ccs.utilities.zonesui.ImageDescription
-
- getIndex(TreeNode) - Method in class org.lsst.ccs.utilities.structs.TreeBranch
-
- getInput(Class, String) - Static method in class org.lsst.ccs.utilities.jars.CommonResources
-
searches for a file as a local file or a resource linked to a class or a global resource.
- getInteraction(String) - Method in interface org.lsst.ccs.utilities.zonesui.InteractionProducer
-
- getIntProperty(String, int) - Method in class org.lsst.ccs.utilities.logging.LogPropertiesLoader
-
- getKey() - Method in class org.lsst.ccs.utilities.structs.UniquePair
-
- getKey() - Method in class org.lsst.ccs.utilities.zonesui.Zone
-
- getKey() - Method in class org.lsst.ccs.utilities.zonesui.ZoneXML
-
- getKeys() - Static method in class org.lsst.ccs.utilities.tracers.Tracer
-
- getLevel() - Method in class org.lsst.ccs.utilities.logging.Logger
-
- getLevelProperty(String, Level) - Method in class org.lsst.ccs.utilities.logging.LogPropertiesLoader
-
- getLogger(String) - Static method in class org.lsst.ccs.utilities.logging.Logger
-
factory method to obtain a Logger proxy.
- getLogger(String, String) - Static method in class org.lsst.ccs.utilities.logging.Logger
-
factory method to obtain a Logger proxy.
- getLowFrequency() - Method in class org.lsst.ccs.utilities.dsp.FilterFactory.FilterSpecs
-
- getLowPassFIR(double, double, double) - Static method in class org.lsst.ccs.utilities.dsp.FilterFactory
-
- getManifestFor(Object) - Static method in class org.lsst.ccs.utilities.jars.CommonResources
-
returns a Manifest for an object
- getMavenProjectProperties(String) - Static method in class org.lsst.ccs.utilities.jars.MavenResources
-
a facility method to fetch our $Project.maven.properties based on standard resource algorithm (it supposes there is only one jar
for the same project in the ClassPath).
- getMavenProjectURLs(String) - Static method in class org.lsst.ccs.utilities.jars.MavenResources
-
returns an URL for our specific $Project.maven.properties file linked to
a maven project.
- getMaximumSize() - Method in class org.lsst.ccs.utilities.zonesui.ImageZones
-
- getMaxLeng(String) - Method in class org.lsst.ccs.utilities.sa.CmndProc.Command
-
Gets the maximum length of matching commands
- getMaxLeng(String) - Method in class org.lsst.ccs.utilities.sa.CmndProcess.Command
-
Gets the maximum length of matching commands
- getMinimumSize() - Method in class org.lsst.ccs.utilities.zonesui.ImageZones
-
- getMinimumSize() - Method in class org.lsst.ccs.utilities.zonesui.ZonesPanel
-
- getName() - Method in class org.lsst.ccs.utilities.logging.Logger
-
- getNbPoint() - Method in class org.lsst.ccs.utilities.zonesui.ZPolygon
-
- getOrder() - Method in class org.lsst.ccs.utilities.dsp.BoxCarFilter
-
- getOrder() - Method in interface org.lsst.ccs.utilities.dsp.DigitalFilter
-
- getOrder() - Method in class org.lsst.ccs.utilities.dsp.FilterFactory.FilterSpecs
-
- getOrder() - Method in class org.lsst.ccs.utilities.dsp.FIRFilter
-
- getOrder() - Method in class org.lsst.ccs.utilities.dsp.MedianFilter
-
- getParent() - Method in class org.lsst.ccs.utilities.logging.Logger
-
- getParent() - Method in class org.lsst.ccs.utilities.structs.TreeBranch
-
- getPath() - Method in class org.lsst.ccs.utilities.structs.TreeBranch
-
- getPoints() - Method in class org.lsst.ccs.utilities.zonesui.ZPolygon
-
- getPomProperties(String, String) - Static method in class org.lsst.ccs.utilities.jars.MavenResources
-
a facility method based on standard resource algorithm (it supposes there is only one jar
for the same project in the ClassPath).
- getPomURLs(String, String) - Static method in class org.lsst.ccs.utilities.jars.MavenResources
-
returns an URL for the pom.properties file linked to
a maven project.
- getPreferredSize() - Method in class org.lsst.ccs.utilities.zonesui.ImageZones
-
- getPreferredSize() - Method in class org.lsst.ccs.utilities.zonesui.ZonesPanel
-
- getPropertiesFrom(URL) - Static method in class org.lsst.ccs.utilities.jars.CommonResources
-
fills a Property Object from an URL the references a file in ".properties" format
- getPropertiesFromAny(String) - Static method in class org.lsst.ccs.utilities.jars.CommonResources
-
- getProperty(String) - Method in class org.lsst.ccs.utilities.beanutils.BeanProxyFor.ProxyAgent
-
- getProperty(String) - Method in class org.lsst.ccs.utilities.logging.LogPropertiesLoader
-
- getProxy() - Method in class org.lsst.ccs.utilities.dispatch.ParallelDispatchProxy
-
to be called once to get a dynamically generated proxy that will forward calls to registered agents.
- getProxy() - Method in class org.lsst.ccs.utilities.dispatch.SynchronousDispatchProxy
-
to be called once to get a dynamically generated proxy that will forward calls to registered agents.
- getRate() - Method in class org.lsst.ccs.utilities.dsp.FIRFilter
-
- getRealParent() - Method in class org.lsst.ccs.utilities.structs.TreeBranch
-
same as getParent but with proper return type
- getReporter() - Static method in class org.lsst.ccs.utilities.tracers.Tracer
-
- getResourceContainer(URL, String) - Static method in class org.lsst.ccs.utilities.jars.CommonResources
-
gets the name of a jar that contains a "common resource"
- getShape() - Method in class org.lsst.ccs.utilities.zonesui.Zone
-
- getShapeBean() - Method in class org.lsst.ccs.utilities.zonesui.ZoneXML
-
- getShapeDescription() - Method in interface org.lsst.ccs.utilities.zonesui.ImageDescription
-
- getStringProperty(String, String) - Method in class org.lsst.ccs.utilities.logging.LogPropertiesLoader
-
- getStroke() - Method in class org.lsst.ccs.utilities.zonesui.ImageZones
-
- getSystemLoaderLogManager() - Static method in class org.lsst.ccs.utilities.logging.LogPropertiesLoader
-
this method guarantees that the LogProperties Loader has been initialized
(in the context of the current ClassLoader)
- getTipText() - Method in class org.lsst.ccs.utilities.zonesui.Zone
-
- getTipText() - Method in class org.lsst.ccs.utilities.zonesui.ZoneXML
-
- getTitle() - Method in interface org.lsst.ccs.utilities.zonesui.ImageDescription
-
- getTransitionBandwidth() - Method in class org.lsst.ccs.utilities.dsp.FilterFactory.FilterSpecs
-
- getType() - Method in class org.lsst.ccs.utilities.dsp.FilterFactory.FilterSpecs
-
- getURLsFor(Object, String) - Static method in class org.lsst.ccs.utilities.jars.CommonResources
-
return the URL of a resource that lies in the same jar as a class.
- getURLsFrom(ClassLoader, String) - Static method in class org.lsst.ccs.utilities.jars.CommonResources
-
As "seen" from a ClassLoader the various URLs that point to resources with a given name.
- getURLsFrom(String) - Static method in class org.lsst.ccs.utilities.jars.CommonResources
-
As "seen" from the context ClassLoader the various URLs that point to resources with a given name
- getValue() - Method in class org.lsst.ccs.utilities.structs.UniquePair
-
- getValue() - Method in class org.lsst.ccs.utilities.structs.ViewValue
-
- getView() - Method in class org.lsst.ccs.utilities.structs.ViewValue
-
- getWidth() - Method in class org.lsst.ccs.utilities.zonesui.ZEllipse
-
- getWidth() - Method in class org.lsst.ccs.utilities.zonesui.ZRectangle
-
- getX() - Method in class org.lsst.ccs.utilities.structs.Pair
-
- getX() - Method in class org.lsst.ccs.utilities.zonesui.ZEllipse
-
- getX(int[][]) - Method in class org.lsst.ccs.utilities.zonesui.ZPolygon
-
- getX() - Method in class org.lsst.ccs.utilities.zonesui.ZRectangle
-
- getXY() - Method in class org.lsst.ccs.utilities.zonesui.ZPolygon
-
- getY() - Method in class org.lsst.ccs.utilities.structs.Pair
-
- getY() - Method in class org.lsst.ccs.utilities.zonesui.ZEllipse
-
- getY(int[][]) - Method in class org.lsst.ccs.utilities.zonesui.ZPolygon
-
- getY() - Method in class org.lsst.ccs.utilities.zonesui.ZRectangle
-
- list - Variable in class org.lsst.ccs.utilities.dispatch.ParallelCommandDispatcher
-
List of all registered agent that may take action.
- list - Variable in class org.lsst.ccs.utilities.dispatch.ParallelDispatchProxy
-
- list - Variable in class org.lsst.ccs.utilities.dispatch.ParallelObservable
-
- list - Variable in class org.lsst.ccs.utilities.dispatch.SynchronousCommandDispatcher
-
- list - Variable in class org.lsst.ccs.utilities.dispatch.SynchronousDispatchProxy
-
- list - Variable in class org.lsst.ccs.utilities.dispatch.SynchronousObservable
-
- loaderGetFormatterProperty(String, Formatter) - Static method in class org.lsst.ccs.utilities.logging.LogPropertiesLoader
-
- loaderGetIntProperty(String, int) - Static method in class org.lsst.ccs.utilities.logging.LogPropertiesLoader
-
- loaderGetLevelProperty(String, Level) - Static method in class org.lsst.ccs.utilities.logging.LogPropertiesLoader
-
- loaderGetProperty(String) - Static method in class org.lsst.ccs.utilities.logging.LogPropertiesLoader
-
- loaderGetStringProperty(String, String) - Static method in class org.lsst.ccs.utilities.logging.LogPropertiesLoader
-
- loadLoggerHandlers(String, Logger) - Method in class org.lsst.ccs.utilities.logging.LogPropertiesLoader
-
add Handlers to a Logger known to the LogManager.
- log(LogRecord, String...) - Method in class org.lsst.ccs.utilities.logging.Logger
-
utility method to send a LogRecord to the corresponding JUL
logger and to a list of other loggers.
- log(Level, String, Object, String...) - Method in class org.lsst.ccs.utilities.logging.Logger
-
does the same as the equivalent standard JUL method but forwards also
to other Loggers.
- log(Level, String, Object[], String...) - Method in class org.lsst.ccs.utilities.logging.Logger
-
does the same as the equivalent standard JUL method but forwards also
to other Loggers.
- log(Level, String, Throwable, String...) - Method in class org.lsst.ccs.utilities.logging.Logger
-
does the same as the equivalent standard JUL method but forwards also
to other Loggers.
- Log4JConfiguration - Class in org.lsst.ccs.utilities.logging
-
Utility class to provide Log4j configuration.
- Log4JConfiguration() - Constructor for class org.lsst.ccs.utilities.logging.Log4JConfiguration
-
- LOG_CONF_FILE - Static variable in class org.lsst.ccs.utilities.logging.LogPropertiesLoader
-
if the property to define a config file is set then the corresponding file
is used for properties otherwise it is "LOG_PROPS"
- LOG_PROPS - Static variable in class org.lsst.ccs.utilities.logging.LogPropertiesLoader
-
- Logger - Class in org.lsst.ccs.utilities.logging
-
Just a wrapper class around java.util.Logger to add specific logging methods.
- LogManagement - Class in org.lsst.ccs.utilities.logging
-
Ths static initialization of this class should be fired early in utilities code by doing
- LogManagement() - Constructor for class org.lsst.ccs.utilities.logging.LogManagement
-
- logMessage(Level, Object, String...) - Method in class org.lsst.ccs.utilities.logging.Logger
-
utility method to log a message with a Level
- LogPropertiesLoader - Class in org.lsst.ccs.utilities.logging
-
The role of this class is:
to read the logging.properties and offer other codes (namely handlers) access
to the properties described (a thing not permitted by the standard logManager)
to be sure that the Handlers are lazily loaded (the standard LogManager may
not be able to load the Handlers class due to ClassLoading problems)
to delegate informations to the LogManager so it can behave properly (e.g.
- LogPropertiesLoader() - Constructor for class org.lsst.ccs.utilities.logging.LogPropertiesLoader
-
- logSimpleThrowable(Level, Object, Throwable, String...) - Method in class org.lsst.ccs.utilities.logging.Logger
-
utility method to forward a Throwable and a message to the
loggers.
- lookup(int) - Method in class org.lsst.ccs.utilities.sa.CmndProcess.Command
-
Gets the lookup tables for a command, given its index
- loop - Variable in class org.lsst.ccs.utilities.dispatch.ParallelCommandDispatcher
-
ExecutorService that deals with the Threads handling the commands.
- loop - Variable in class org.lsst.ccs.utilities.dispatch.ParallelDispatchProxy
-
- loop - Variable in class org.lsst.ccs.utilities.dispatch.ParallelObservable
-
ExecutorService that deals with the Threads handling the commands.
- LSST_EPOCH - Static variable in class org.lsst.ccs.utilities.tracers.Names
-
- scanArgs(Scanner, String, Object[], CmndProc.Lookup...) - Static method in class org.lsst.ccs.utilities.sa.CmndProc
-
- setAttenuation(double) - Method in class org.lsst.ccs.utilities.dsp.FilterFactory.FilterSpecs
-
- setDashedLineColor(Color) - Method in class org.lsst.ccs.utilities.zonesui.ImageZones
-
- setDashedLineColor(Color) - Method in class org.lsst.ccs.utilities.zonesui.ZonesPanel
-
- setDashedLineWidth(int) - Method in class org.lsst.ccs.utilities.zonesui.ImageZones
-
- setDashedLineWidth(int) - Method in class org.lsst.ccs.utilities.zonesui.ZonesPanel
-
- setDefaultConsoleHandler(Level) - Static method in class org.lsst.ccs.utilities.logging.LogManagement
-
to be used by some non-graphic codes
- setDepth(int) - Static method in class org.lsst.ccs.utilities.logging.StackTraceFormats
-
- setDepthFromInitialProperties() - Static method in class org.lsst.ccs.utilities.logging.StackTraceFormats
-
- setFN(double) - Method in class org.lsst.ccs.utilities.dsp.FilterFactory.FilterSpecs
-
- setFormat(String) - Method in class org.lsst.ccs.utilities.logging.TextFormatter
-
- setHeight(int) - Method in class org.lsst.ccs.utilities.zonesui.ZEllipse
-
- setHeight(float) - Method in class org.lsst.ccs.utilities.zonesui.ZEllipse
-
- setHeight(int) - Method in class org.lsst.ccs.utilities.zonesui.ZRectangle
-
- setHighFrequency(double) - Method in class org.lsst.ccs.utilities.dsp.FilterFactory.FilterSpecs
-
- setKey(String) - Method in class org.lsst.ccs.utilities.zonesui.Zone
-
- setKey(String) - Method in class org.lsst.ccs.utilities.zonesui.ZoneXML
-
- setLowFrequency(double) - Method in class org.lsst.ccs.utilities.dsp.FilterFactory.FilterSpecs
-
- setOrder(int) - Method in class org.lsst.ccs.utilities.dsp.FilterFactory.FilterSpecs
-
- setPoints(String...) - Method in class org.lsst.ccs.utilities.zonesui.ZPolygon
-
- setPreviousThrowable(ThrowableList) - Method in exception org.lsst.ccs.utilities.exc.BundledException
-
- setProperty(String, Object) - Method in class org.lsst.ccs.utilities.beanutils.BeanProxyFor.ProxyAgent
-
will consult ctorArgs:
if present and object not created -> assigns value
if all assigned create object
consuls delegate methods
-> if present and object created -> forwards value
-> if present and not ctorArgs and not created -> assigns locally
-> else fails
- setReporter(Tracer.Strategy) - Static method in class org.lsst.ccs.utilities.tracers.Tracer
-
- setShape(Shape) - Method in class org.lsst.ccs.utilities.zonesui.Zone
-
- setShapeBean(ShapeBean) - Method in class org.lsst.ccs.utilities.zonesui.ZoneXML
-
- setStroke(Stroke) - Method in class org.lsst.ccs.utilities.zonesui.ImageZones
-
- setStroke(Stroke) - Method in class org.lsst.ccs.utilities.zonesui.ZonesPanel
-
- setTipText(String) - Method in class org.lsst.ccs.utilities.zonesui.Zone
-
- setTipText(String) - Method in class org.lsst.ccs.utilities.zonesui.ZoneXML
-
- setTransitionBandwidth(double) - Method in class org.lsst.ccs.utilities.dsp.FilterFactory.FilterSpecs
-
- setType(FilterFactory.FilterType) - Method in class org.lsst.ccs.utilities.dsp.FilterFactory.FilterSpecs
-
- setValue(V) - Method in class org.lsst.ccs.utilities.structs.UniquePair
-
- setWidth(int) - Method in class org.lsst.ccs.utilities.zonesui.ZEllipse
-
- setWidth(float) - Method in class org.lsst.ccs.utilities.zonesui.ZEllipse
-
- setWidth(int) - Method in class org.lsst.ccs.utilities.zonesui.ZRectangle
-
- setX(V) - Method in class org.lsst.ccs.utilities.structs.Pair
-
- setX(int) - Method in class org.lsst.ccs.utilities.zonesui.ZEllipse
-
- setX(float) - Method in class org.lsst.ccs.utilities.zonesui.ZEllipse
-
- setX(int) - Method in class org.lsst.ccs.utilities.zonesui.ZRectangle
-
- setY(int) - Method in class org.lsst.ccs.utilities.zonesui.ZEllipse
-
- setY(float) - Method in class org.lsst.ccs.utilities.zonesui.ZEllipse
-
- setY(int) - Method in class org.lsst.ccs.utilities.zonesui.ZRectangle
-
- severe(Object, String...) - Method in class org.lsst.ccs.utilities.logging.Logger
-
logs a message at SEVERE Level (use preferably the severe method that
uses a Throwable parameter)
- severe(Object, Throwable, String...) - Method in class org.lsst.ccs.utilities.logging.Logger
-
logs a message at SEVERE Level
- ShapeBean - Interface in org.lsst.ccs.utilities.zonesui
-
- shortToBytes(short, byte[], int) - Static method in class org.lsst.ccs.utilities.conv.Convert
-
Convert short to 2-byte little-endian subarray
- shortToBytesBE(short, byte[], int) - Static method in class org.lsst.ccs.utilities.conv.Convert
-
Convert short to 2-byte big-endian subarray
- showHelp(int) - Method in class org.lsst.ccs.utilities.sa.CmndProc.Command
-
Shows help for a command, given its index
- showHelp(int) - Method in class org.lsst.ccs.utilities.sa.CmndProcess.Command
-
Shows help for a command, given its index
- showHelpSumm(String) - Method in class org.lsst.ccs.utilities.sa.CmndProc.Command
-
Shows help summary for matching commands
- showHelpSumm(String, int) - Method in class org.lsst.ccs.utilities.sa.CmndProc.Command
-
- showHelpSumm(String) - Method in class org.lsst.ccs.utilities.sa.CmndProcess.Command
-
Shows help summary for matching commands
- showHelpSumm(String, int) - Method in class org.lsst.ccs.utilities.sa.CmndProcess.Command
-
- simpleTimestamp() - Static method in class org.lsst.ccs.utilities.tracers.Names
-
returns a short timestamp starting from LSST_EPOCH
- SocketHandlerN - Class in org.lsst.ccs.utilities.logging
-
A SocketHandler that detects duplicate publications.Y
- SocketHandlerN() - Constructor for class org.lsst.ccs.utilities.logging.SocketHandlerN
-
- SocketHandlerN(String, int) - Constructor for class org.lsst.ccs.utilities.logging.SocketHandlerN
-
- stackTrace() - Static method in class org.lsst.ccs.utilities.tracers.Tracer
-
reports a complete stack trace of the current code execution.
- stackTrace(String) - Static method in class org.lsst.ccs.utilities.tracers.Tracer
-
reports a complete stack trace of the current code execution
only if the filter string is part of the org.lsst.ccs.traces
property.
- stackTrace(T) - Static method in class org.lsst.ccs.utilities.tracers.Tracer
-
reports a complete stack trace of the current code execution
only if the filter enum constant is cited in the org.lsst.ccs.traces
property.
- stackTrace(int) - Static method in class org.lsst.ccs.utilities.tracers.Tracer
-
reports part a stacktrace starting at index levelOut
- StackTraceFormats - Class in org.lsst.ccs.utilities.logging
-
manages formatting of stackTrace.
- StackTraceFormats() - Constructor for class org.lsst.ccs.utilities.logging.StackTraceFormats
-
- StreamHandlerN - Class in org.lsst.ccs.utilities.logging
-
:
A StreamHandler that detects duplicate publications.
- StreamHandlerN() - Constructor for class org.lsst.ccs.utilities.logging.StreamHandlerN
-
- StreamHandlerN(OutputStream, Formatter) - Constructor for class org.lsst.ccs.utilities.logging.StreamHandlerN
-
- SynchronousCommandDispatcher<T> - Class in org.lsst.ccs.utilities.dispatch
-
Registers codes interested in receiving commands.
- SynchronousCommandDispatcher() - Constructor for class org.lsst.ccs.utilities.dispatch.SynchronousCommandDispatcher
-
- SynchronousCommandFor<T> - Interface in org.lsst.ccs.utilities.dispatch
-
This marker interface is used to specify that implementers of the code
executing the command explicitly acknowledge that the caller is waiting for completion of the command.
- SynchronousDispatchProxy<I> - Class in org.lsst.ccs.utilities.dispatch
-
Instances of this class creates a dynamic proxy that dispatches method call
to registered agents implementing an interface type.
- SynchronousDispatchProxy(Class<I>) - Constructor for class org.lsst.ccs.utilities.dispatch.SynchronousDispatchProxy
-
prepares a generator able to deliver a Proxy object able to dispatch method calls to registered agents.
- SynchronousDispatchProxy(Class<I>, ClassLoader) - Constructor for class org.lsst.ccs.utilities.dispatch.SynchronousDispatchProxy
-
Same as previous but with a specified ClassLoader
- SynchronousObservable<P> - Class in org.lsst.ccs.utilities.dispatch
-
An Observable with protocol control at compile time.
- SynchronousObservable() - Constructor for class org.lsst.ccs.utilities.dispatch.SynchronousObservable
-
- SynchronousObserver<P> - Interface in org.lsst.ccs.utilities.dispatch
-
An Observer that knows that its code should terminate quickly because
it is invoked in sequence by the SynchronousObservable.
- TextFormatter - Class in org.lsst.ccs.utilities.logging
-
A simple text formatter.
- TextFormatter() - Constructor for class org.lsst.ccs.utilities.logging.TextFormatter
-
- ThrowableList - Interface in org.lsst.ccs.utilities.exc
-
this is to build compound exception: that is exceptions that
may be thrown in a bundle.
- throwing(String, String, Throwable) - Method in class org.lsst.ccs.utilities.logging.Logger
-
invokes the throwing method on the corresponding JUL logger.
- toBase64String(long) - Static method in class org.lsst.ccs.utilities.tracers.Names
-
transforms a long value in an (unconventional) base64 String
(it is not the standard base64 encoding but contains character '=' instead of '/')
- token - Variable in exception org.lsst.ccs.utilities.dispatch.InvocationDispenser.TokenLostException
-
- toString() - Method in class org.lsst.ccs.utilities.beanutils.Optional
-
- toString() - Method in exception org.lsst.ccs.utilities.beanutils.WrappedBeanMethodInvocationException
-
- toString() - Method in exception org.lsst.ccs.utilities.dispatch.InvocationDispenser.TokenLostException
-
- toString() - Method in exception org.lsst.ccs.utilities.exc.BundledException
-
- toString(Throwable) - Static method in class org.lsst.ccs.utilities.logging.StackTraceFormats
-
formats the StackTrace of a Throwable.
- toString(Throwable, int) - Static method in class org.lsst.ccs.utilities.logging.StackTraceFormats
-
recursive method to format a Throwable
- toString() - Method in class org.lsst.ccs.utilities.structs.Pair
-
- toString() - Method in class org.lsst.ccs.utilities.structs.TreeBranch
-
- toString() - Method in class org.lsst.ccs.utilities.structs.UniquePair
-
- toString() - Method in class org.lsst.ccs.utilities.zonesui.ZEllipse
-
- toString() - Method in class org.lsst.ccs.utilities.zonesui.Zone
-
- toString() - Method in class org.lsst.ccs.utilities.zonesui.ZoneXML
-
- toString() - Method in class org.lsst.ccs.utilities.zonesui.ZPolygon
-
- toString() - Method in class org.lsst.ccs.utilities.zonesui.ZRectangle
-
- trace(Object, String...) - Method in class org.lsst.ccs.utilities.logging.Logger
-
logs a message at FINER level
- trace(String) - Static method in class org.lsst.ccs.utilities.tracers.Tracer
-
utility method to fire a trace.
- trace(String, String) - Static method in class org.lsst.ccs.utilities.tracers.Tracer
-
reports a trace only if the filter string is part of the org.lsst.ccs.traces
property.
- trace(T, String) - Static method in class org.lsst.ccs.utilities.tracers.Tracer
-
uses an enum constant to filter the message passed to the tracer.
- traceInfos(Object) - Static method in class org.lsst.ccs.utilities.tracers.Tracer
-
traces the package infos of a Class (including version).
- traceOurMavenProperties(String) - Static method in class org.lsst.ccs.utilities.tracers.Tracer
-
traces non-standard $Project.maven.properties.
- tracePomProperties(String, String) - Static method in class org.lsst.ccs.utilities.tracers.Tracer
-
traces standard pom properties as deployed by maven.
- traceProperties(Object, String) - Static method in class org.lsst.ccs.utilities.tracers.Tracer
-
Trace properties linked to an object.
- Tracer - Class in org.lsst.ccs.utilities.tracers
-
Utility to add traces to a code.
- Tracer() - Constructor for class org.lsst.ccs.utilities.tracers.Tracer
-
- Tracer.MultiReporter - Class in org.lsst.ccs.utilities.tracers
-
Convenience class to create a code that reports to many report "handlers".
- Tracer.MultiReporter(Tracer.Strategy...) - Constructor for class org.lsst.ccs.utilities.tracers.Tracer.MultiReporter
-
- Tracer.Strategy - Interface in org.lsst.ccs.utilities.tracers
-
defines the behaviour of a tracer.
- traceWhere(Object) - Static method in class org.lsst.ccs.utilities.tracers.Tracer
-
traces where a class comes from.
- TreeBranch<T extends Serializable> - Class in org.lsst.ccs.utilities.structs
-
Immutable simple tree that can be used by swing Trees.
- TreeBranch(T) - Constructor for class org.lsst.ccs.utilities.structs.TreeBranch
-
to be used initially to build the root (avoid otherwise)
- TreeBranch() - Constructor for class org.lsst.ccs.utilities.structs.TreeBranch
-
Avoid using this constructor: for beans purposes use
the constructor annotated with ConstructorProperties
- TreeBranch(TreeBranch<T>, T) - Constructor for class org.lsst.ccs.utilities.structs.TreeBranch
-
prefer the use of this constructor when building a tree
(instead of using sequence one-arg constructor + addChild)
- TreeBranch.PreOrderIterator<X extends Serializable> - Class in org.lsst.ccs.utilities.structs
-
inner class that delegates to PreOrderNodeIterator
to fetch content in pre-order.
- TreeBranch.PreOrderIterator(TreeBranch<X>) - Constructor for class org.lsst.ccs.utilities.structs.TreeBranch.PreOrderIterator
-
- TreeBranch.PreOrderNodeIterator<X extends Serializable> - Class in org.lsst.ccs.utilities.structs
-
Inner class to fetch nodes in pre-order.
- TreeBranch.PreOrderNodeIterator(TreeBranch<X>) - Constructor for class org.lsst.ccs.utilities.structs.TreeBranch.PreOrderNodeIterator
-