static CommandFactory() {
			_commandProperties = CommandProperties.GetInstance();
		}
예제 #2
0
		// Overloaded GetInstance() method
		public static CommandProperties GetInstance(String filename){
			if(_props == null){
				_props = new CommandProperties();
			}
     return _props;
		}