|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectwt.tools.resource.ListResourceBuilder
Supported API: false
Extendable: false
Field Summary | |
protected static boolean |
ACCUM_GROUP
|
private static String |
CLASSNAME
|
private static Method |
compile
|
protected static String |
COMPILE
|
protected static boolean |
COMPILE_GROUP
|
protected static boolean |
COMPILE_INPROC
|
protected static String |
COMPILE_TO
|
private static Object |
compiler
|
private static boolean |
compiler_loadable
|
protected static boolean |
DEL_SOURCE
|
private static HashMap |
encodings
|
private String |
extendClass
|
protected static String |
isolate
|
protected static String |
LINE_SEP
|
private static String |
RESOURCE
|
Fields inherited from interface wt.tools.resource.ResourceBuilder |
ALLOW_EMPTY_BUNDLE |
Constructor Summary | |
ListResourceBuilder()
|
Method Summary | |
protected static void |
accumulateEncodings()
|
protected void |
addToGroup(String encoding,
String file_spec)
|
void |
buildResource(Dictionary keyValues,
Dictionary constants,
String name,
Locale locale)
Use this ResourceInfo to build a resource, which can be used at run-time, for resource value lookups. |
static void |
compileGroups()
|
protected static void |
compileSource(String encoding,
String file_spec)
|
protected static void |
compileSourceInProcess(String encoding,
String file_spec)
|
protected static void |
compileSourceShell(String encoding,
String file_spec)
|
protected static boolean |
deleteFile(File file)
|
static void |
dispose()
Dispose of resources associated with ListResourceBuilder . |
protected void |
finialize()
finialize this object, cleans up temp file resources if dispose is never called. |
protected String |
getDefaultSuperClass()
|
protected static File |
getEncodingDirectory(String encoding,
boolean isolated)
|
String |
getExtendClass()
Gets the value of the attribute: extendClass; The name of the class that the runtime built resource will extend. |
String |
getFileExtension()
Supported API: false |
protected static String |
getFileList(File dir)
|
protected String |
handleValue(Object value)
|
boolean |
isChainedToParent()
Supported API: false |
protected static void |
moveFile(File file,
File encoding_dir,
int duplicate_dir)
|
void |
setExtendClass(String a_ExtendClass)
Sets the value of the attribute: extendClass; The name of the class that the runtime built resource will extend. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
private static final String RESOURCE
private static final String CLASSNAME
private String extendClass
protected static final String LINE_SEP
protected static final String COMPILE
protected static final String COMPILE_TO
protected static final boolean COMPILE_INPROC
protected static final boolean ACCUM_GROUP
protected static final boolean COMPILE_GROUP
protected static final boolean DEL_SOURCE
protected static final String isolate
private static HashMap encodings
private static boolean compiler_loadable
private static Object compiler
private static Method compile
Constructor Detail |
public ListResourceBuilder()
Method Detail |
public String getExtendClass()
getExtendClass
in interface ResourceBuilder
public void setExtendClass(String a_ExtendClass)
setExtendClass
in interface ResourceBuilder
a_ExtendClass
- public void buildResource(Dictionary keyValues, Dictionary constants, String name, Locale locale) throws WTPropertyVetoException, FileNotFoundException, IOException
buildResource
in interface ResourceBuilder
keyValues
- constants
- locale
- name
-
WTPropertyVetoException
FileNotFoundException
IOException
public String getFileExtension()
getFileExtension
in interface ResourceBuilder
protected static void moveFile(File file, File encoding_dir, int duplicate_dir)
protected void addToGroup(String encoding, String file_spec)
protected static File getEncodingDirectory(String encoding, boolean isolated)
protected static void accumulateEncodings()
public static void compileGroups()
protected static void compileSource(String encoding, String file_spec)
protected static void compileSourceShell(String encoding, String file_spec)
protected static void compileSourceInProcess(String encoding, String file_spec)
protected static String getFileList(File dir) throws WTException
WTException
protected static boolean deleteFile(File file)
public static void dispose()
ListResourceBuilder
.
The temporary file is closed and deleted.
protected void finialize() throws Throwable
Throwable
protected String handleValue(Object value)
protected String getDefaultSuperClass()
public boolean isChainedToParent()
isChainedToParent
in interface ResourceBuilder
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |