public class PatternUtils extends Object
| Constructor and Description |
|---|
PatternUtils() |
| Modifier and Type | Method and Description |
|---|---|
static String |
resolvePattern(String input)
Resolves the pattern in input string using the following token resolution:
%W as defined in system property org.lsst.ccs.workdir, default is %h/ccs
%L as defined in system property org.lsst.ccs.logdir, default is %h
%A as defined by the name of the current Bootstrap Application, default is %u
%h is the user home directory as define by system property user.home
%t is a the temporary directory define by system property java.io.tmpdir
%u is the user name defined by system property user.name
%d is the directory from which java was invoked
|
public static String resolvePattern(String input)
input - Copyright © 2023 LSST. All rights reserved.