Class AbstractAqlChangeGenerator

    • Constructor Detail

      • AbstractAqlChangeGenerator

        public AbstractAqlChangeGenerator​(java.lang.String name,
                                          org.openstreetmap.atlas.utilities.configuration.Configuration configuration)
      • AbstractAqlChangeGenerator

        public AbstractAqlChangeGenerator​(java.lang.String name,
                                          org.openstreetmap.atlas.utilities.configuration.Configuration configuration,
                                          java.util.List<AqlConfigInfo> aqlConfigInfos)
    • Method Detail

      • generateWithoutValidation

        public java.util.Set<org.openstreetmap.atlas.geography.atlas.change.FeatureChange> generateWithoutValidation​(org.openstreetmap.atlas.geography.atlas.Atlas atlas)
        Specified by:
        generateWithoutValidation in interface org.openstreetmap.atlas.geography.atlas.change.AtlasChangeGenerator
      • loadAqlConfig

        public java.util.List<AqlConfigInfo> loadAqlConfig​(org.openstreetmap.atlas.geography.atlas.dsl.authentication.Authenticator authenticator,
                                                           java.lang.String name,
                                                           org.openstreetmap.atlas.utilities.configuration.Configuration configuration)
      • canEqual

        protected boolean canEqual​(java.lang.Object other)
      • toAqlConfigInfo

        protected abstract AqlConfigInfo toAqlConfigInfo​(org.openstreetmap.atlas.geography.atlas.dsl.authentication.Authenticator authenticator,
                                                         java.lang.String query,
                                                         java.lang.String queryClasspath,
                                                         java.lang.String signature)