
net.itransformers.snmp2xml4j.snmptoolkit.MainClass Maven / Gradle / Ivy
The newest version!
/*
* MainClass.java
*
* This work is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published
* by the Free Software Foundation; either version 2 of the License,
* or (at your option) any later version.
*
* This work is distributed in the hope that it will be useful, but
* WITHOUT ANY WARRANTY; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
* GNU General Public License for more details.
*
* You should have received a copy of the GNU General Public License
* along with this program; if not, write to the Free Software
* Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307
* USA
*
* Copyright (c) 2010-2016 iTransformers Labs. All rights reserved.
*/
package net.itransformers.snmp2xml4j.snmptoolkit;
import net.percederberg.mibble.MibLoaderException;
import javax.xml.transform.TransformerException;
import java.io.IOException;
/**
* MainClass class.
*
* @author niau
* @version $Id: $Id
*/
public class MainClass {
/**
* main.
*
* @param args an array of {@link java.lang.String} objects.
* @throws javax.xml.transform.TransformerException if any.
* @throws java.io.IOException if any.
* @throws net.percederberg.mibble.MibLoaderException if any.
*/
public static void main(String[] args) throws TransformerException, IOException, MibLoaderException {
Launcher.run(args);
}
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy