org.jberet.se.ClassPathJobXmlResolver Maven / Gradle / Ivy
/*
* Copyright (c) 2015-2017 Red Hat, Inc. and/or its affiliates.
*
* This program and the accompanying materials are made
* available under the terms of the Eclipse Public License 2.0
* which is available at https://www.eclipse.org/legal/epl-2.0/
*
* SPDX-License-Identifier: EPL-2.0
*/
package org.jberet.se;
import org.jberet.spi.JobXmlResolver;
import org.jberet.tools.AbstractJobXmlResolver;
/**
* An implementation of {@link JobXmlResolver} that resolves job xml
* by searching the class path.
*
* Implementation notes: as of version 1.3.0.Beta5, this class extends
* {@link AbstractJobXmlResolver}, and {@code resolveJobXml} method is
* moved to the parent class.
*
* @author James R. Perkins
*/
public class ClassPathJobXmlResolver extends AbstractJobXmlResolver {
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy