
com.xliic.cicd.audit.OpenApiFinder Maven / Gradle / Ivy
/*
Copyright (c) 42Crunch Ltd. All rights reserved.
Licensed under the GNU Affero General Public License version 3. See LICENSE.txt in the project root for license information.
*/
package com.xliic.cicd.audit;
import java.net.URI;
import java.util.List;
import java.io.IOException;
public interface OpenApiFinder {
public void setPatterns(String[] patterns);
public List find() throws AuditException, IOException, InterruptedException;
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy