Lines Matching defs:Domain
36 - domain
556 class Domain(FromDomElement, DomPopulatedElement):
563 childClasses = [DomElementLocation(Domain, ["ConfigurableDomains"])]
716 return ('Applying configuration "%s" from domain "%s" before declaring criteria' %
737 configApplicationRegext = r""".*Applying configuration "(.*)" from domain "([^"]*)"""
832 logger.info("Applying configuration %s from domain %s" % (
880 # Create domain tree
929 logger.fatal("No domain file provided (first argument)")
932 logger.warning(" - Domain file: " + self.domainsFile)
946 help="the PFW domain XML file"