Lines Matching refs:map
159 Properties map = new Properties(); in getMapping() local
160 map.setProperty("-cs", "ConnectionString"); in getMapping()
161 map.setProperty("-tb", "TestBase"); in getMapping()
162 map.setProperty("-tdoc", "TestDocumentPath"); in getMapping()
163 map.setProperty("-objdsc", "DescriptionPath"); in getMapping()
164 map.setProperty("-cmd", "AppExecutionCommand"); in getMapping()
165 map.setProperty("-o", "TestJob"); in getMapping()
166 map.setProperty("-sce", "TestJob"); in getMapping()
167 map.setProperty("-p", "TestJob"); in getMapping()
168 map.setProperty("-aca", "AdditionalConnectionArguments"); in getMapping()
169 map.setProperty("-xcl", "ExclusionList"); in getMapping()
170 map.setProperty("-debug", "DebugIsActive"); in getMapping()
171 map.setProperty("-log", "LoggingIsActive"); in getMapping()
172 map.setProperty("-dbout", "DataBaseOut"); in getMapping()
173 map.setProperty("-nca", "NoCwsAttach"); in getMapping()
175 return map; in getMapping()
178 protected String getParameterFor(Properties map, String name) in getParameterFor() argument
180 String ret = map.getProperty(name); in getParameterFor()