Searched refs:propertiesFile (Results 1 – 10 of 10) sorted by relevance
16 …public PropertiesDependencyResolver(FsFile propertiesFile, DependencyResolver delegate) throws IOE… in PropertiesDependencyResolver() argument17 this.properties = loadProperties(propertiesFile); in PropertiesDependencyResolver()18 this.baseDir = propertiesFile.getParent(); in PropertiesDependencyResolver()22 private Properties loadProperties(FsFile propertiesFile) throws IOException { in loadProperties() argument24 InputStream stream = propertiesFile.getInputStream(); in loadProperties()
280 File propertiesFile = null; in lookUpFactoryClassName() local286 propertiesFile = new File(propertiesFilename); in lookUpFactoryClassName()287 propertiesFileExists = ss.getFileExists(propertiesFile); in lookUpFactoryClassName()301 … (fLastModified < (fLastModified = ss.getLastModified(propertiesFile)))) { in lookUpFactoryClassName()314 fLastModified = ss.getLastModified(propertiesFile); in lookUpFactoryClassName()321 fis = ss.getFileInputStream(propertiesFile); in lookUpFactoryClassName()
279 File propertiesFile = null; in lookUpFactoryClassName() local285 propertiesFile = new File(propertiesFilename); in lookUpFactoryClassName()286 propertiesFileExists = ss.getFileExists(propertiesFile); in lookUpFactoryClassName()300 … (fLastModified < (fLastModified = ss.getLastModified(propertiesFile)))) { in lookUpFactoryClassName()313 fLastModified = ss.getLastModified(propertiesFile); in lookUpFactoryClassName()320 fis = ss.getFileInputStream(propertiesFile); in lookUpFactoryClassName()
71 private static Properties getProperties(FsFile propertiesFile) { in getProperties() argument75 if (!propertiesFile.exists()) return properties; in getProperties()79 stream = propertiesFile.getInputStream(); in getProperties()
40 public SuiteSlave( String propertiesFile, TestNG testng) throws TestNGException in SuiteSlave() argument46 PropertiesFile file = new PropertiesFile( propertiesFile); in SuiteSlave()
54 public SuiteDispatcher( String propertiesFile) throws TestNGException in SuiteDispatcher() argument58 PropertiesFile file = new PropertiesFile( propertiesFile); in SuiteDispatcher()
139 FsFile propertiesFile = Fs.fileFromPath(buildPathPropertiesUrl.getFile()); in getJarResolver() local141 dependencyResolver = new PropertiesDependencyResolver(propertiesFile, dependencyResolver); in getJarResolver()