File tree Expand file tree Collapse file tree
galen-core/src/main/java/com/galenframework/config Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1515******************************************************************************/
1616package com .galenframework .config ;
1717
18- import java .io .File ;
19- import java .io .FileInputStream ;
2018import java .io .IOException ;
2119import java .io .InputStream ;
2220import java .util .LinkedList ;
2523
2624import com .galenframework .specs .SpecImage ;
2725import com .galenframework .utils .GalenUtils ;
28- import com .galenframework .specs .SpecImage ;
2926
30- import com .galenframework .utils .GalenUtils ;
3127import org .apache .commons .lang3 .StringUtils ;
3228import org .slf4j .Logger ;
3329import org .slf4j .LoggerFactory ;
@@ -48,6 +44,11 @@ private GalenConfig() {
4844 LOG .trace ("Cannot load galen config" , e );
4945 }
5046 }
47+
48+
49+ public Properties getProperties () {
50+ return properties ;
51+ }
5152
5253 private void loadConfig () throws IOException {
5354 this .properties = new Properties ();
You can’t perform that action at this time.
0 commit comments