Uses of Class
com.cosylab.vdct.util.PathSpecification
-
Packages that use PathSpecification Package Description com.cosylab.vdct.db com.cosylab.vdct.dbd com.cosylab.vdct.util -
-
Uses of PathSpecification in com.cosylab.vdct.db
Methods in com.cosylab.vdct.db with parameters of type PathSpecification Modifier and Type Method Description static void
DBResolver. processDB(Object dsId, DBData data, EnhancedStreamTokenizer tokenizer, String fileName, PathSpecification paths, Stack loadStack, ArrayList loadList)
This method was created in VisualAge.static void
DBResolver. processFields(Object dsId, DBRecordData rd, EnhancedStreamTokenizer tokenizer, String fileName, PathSpecification paths)
This method was created in VisualAge.static void
DBResolver. processMacros(Object dsId, DBTemplateInstance templateInstance, EnhancedStreamTokenizer tokenizer, String fileName, PathSpecification paths)
This method was created in VisualAge.static void
DBResolver. processPorts(DBTemplate template, EnhancedStreamTokenizer tokenizer, String fileName, PathSpecification paths)
This method was created in VisualAge. -
Uses of PathSpecification in com.cosylab.vdct.dbd
Methods in com.cosylab.vdct.dbd with parameters of type PathSpecification Modifier and Type Method Description static void
DBDResolver. processDBD(DBDData data, EnhancedStreamTokenizer tokenizer, String fileName, PathSpecification paths)
This method was created in VisualAge.static void
DBDResolver. processFields(DBDData data, DBDRecordData rd, EnhancedStreamTokenizer tokenizer, String fileName, PathSpecification paths)
This method was created in VisualAge.static void
DBDResolver. processMenuChoices(DBDMenuData md, EnhancedStreamTokenizer tokenizer, String fileName, PathSpecification paths)
This method was created in VisualAge. -
Uses of PathSpecification in com.cosylab.vdct.util
Constructors in com.cosylab.vdct.util with parameters of type PathSpecification Constructor Description PathSpecification(String defaultPath, PathSpecification parent)
-