예제 #1
0
 public FileGenerator(string packageName, string packageRoot, string actionfilepath)
 {
     this._packageName = packageName;
     this._packageRoot = packageRoot;
     this.analyzer = new DefaultRelationshipAnalyzer(actionfilepath);
 }
예제 #2
0
 public FileGenerator(string packageName, string packageRoot)
 {
     this._packageName = packageName;
     this._packageRoot = packageRoot;
     this.analyzer = new DefaultRelationshipAnalyzer(FileGenerator.DEFAULTACTIONFILEPATH);
 }
예제 #3
0
        //CONSTRUCTORS
        #region Constructors

        public FileGenerator()
        {
            this._packageName = FileGenerator.DEFAULTPACKAGENAME;
            this._packageRoot = FileGenerator.DEFAULTPACKAGEROOT;
            this.analyzer = new DefaultRelationshipAnalyzer(FileGenerator.DEFAULTACTIONFILEPATH);
        }
예제 #4
0
 public FileGenerator(string packageName, string packageRoot, string actionfilepath)
 {
     this._packageName = packageName;
     this._packageRoot = packageRoot;
     this.analyzer     = new DefaultRelationshipAnalyzer(actionfilepath);
 }
예제 #5
0
 public FileGenerator(string packageName, string packageRoot)
 {
     this._packageName = packageName;
     this._packageRoot = packageRoot;
     this.analyzer     = new DefaultRelationshipAnalyzer(FileGenerator.DEFAULTACTIONFILEPATH);
 }
예제 #6
0
        //CONSTRUCTORS
        #region Constructors

        public FileGenerator()
        {
            this._packageName = FileGenerator.DEFAULTPACKAGENAME;
            this._packageRoot = FileGenerator.DEFAULTPACKAGEROOT;
            this.analyzer     = new DefaultRelationshipAnalyzer(FileGenerator.DEFAULTACTIONFILEPATH);
        }