Package com.subgraph.vega.internal.model.macros

Examples of com.subgraph.vega.internal.model.macros.HttpMacroModel


      final ObjectContainer db = configurationFactory.openContainer(databasePath);
      loadModelVersion(db, !exists);
      tagModel = new TagModel(db);
      webModel = new WebModel(db);
      variableModel = new VariableModel(db);
      httpMacroModel = new HttpMacroModel(db);
      identityModel = new IdentityModel(db);
      requestLog = new RequestLog(db);
      scanAlerts = new ScanAlertRepository(db, xmlRepository);
      conditionManager = new HttpConditionManager(db, conditionChangeManager);
      targetScopeManager = new TargetScopeManager(db);
View Full Code Here

TOP

Related Classes of com.subgraph.vega.internal.model.macros.HttpMacroModel

Copyright © 2018 www.massapicom. All rights reserved.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.