All Downloads are FREE. Search and download functionalities are using the official Maven repository.

io.solit.deb.man.text.TextPart Maven / Gradle / Ivy

Go to download

Maven plugin to create .deb packages, creating control file, copyright file and transitively copying runtime dependencies.

The newest version!
package io.solit.deb.man.text;

import io.solit.deb.man.RoffWriter;

import java.io.IOException;

/**
 * @author yaga
 * @since 06.03.18
 */
public interface TextPart {

    void write(RoffWriter writer) throws IOException;

}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy