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

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

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