|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectwt.tools.resource.MetadataResourceBuilder
Supported API: false
Extendable: false
Field Summary | |
(package private) ResourceBuilder |
builder
|
private static String |
CLASSNAME
|
private String |
extendClass
|
private static String |
RESOURCE
|
Fields inherited from interface wt.tools.resource.ResourceBuilder |
ALLOW_EMPTY_BUNDLE |
Constructor Summary | |
MetadataResourceBuilder()
|
Method Summary | |
void |
buildResource(Dictionary keyValues,
Dictionary constants,
String name,
Locale locale)
Supported API: false |
private boolean |
convertValues(Dictionary keyValues)
|
private ResourceBuilder |
getBuilder()
|
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 |
boolean |
isChainedToParent()
Supported API: false |
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
ResourceBuilder builder
Constructor Detail |
public MetadataResourceBuilder()
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
- name
- locale
-
WTPropertyVetoException
FileNotFoundException
IOException
public String getFileExtension()
getFileExtension
in interface ResourceBuilder
private boolean convertValues(Dictionary keyValues) throws WTPropertyVetoException, FileNotFoundException, IOException
WTPropertyVetoException
FileNotFoundException
IOException
private ResourceBuilder getBuilder()
public boolean isChainedToParent()
isChainedToParent
in interface ResourceBuilder
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |