![JAR search and dependency download from the Maven repository](/logo.png)
net.zeroinstall.model.impl.RetrievalMethodImpl Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of zeroinstall-model Show documentation
Show all versions of zeroinstall-model Show documentation
The Zero Install XSD model transformed by Apache XMLBeans to Java source code.
The newest version!
/*
* XML Type: retrieval-method
* Namespace: http://zero-install.sourceforge.net/2004/injector/interface
* Java type: net.zeroinstall.model.RetrievalMethod
*
* Automatically generated - do not modify.
*/
package net.zeroinstall.model.impl;
/**
* An XML retrieval-method(@http://zero-install.sourceforge.net/2004/injector/interface).
*
* This is a complex type.
*/
public class RetrievalMethodImpl extends net.zeroinstall.model.impl.FeedElementImpl implements net.zeroinstall.model.RetrievalMethod
{
private static final long serialVersionUID = 1L;
public RetrievalMethodImpl(org.apache.xmlbeans.SchemaType sType)
{
super(sType);
}
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy