org.bsc.mojo.configuration.MarkdownProcessorInfo Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of confluence-reporting-maven-plugin Show documentation
Show all versions of confluence-reporting-maven-plugin Show documentation
plugin that document a project (using maven site style) and send result to a live confluence site
[http://www.atlassian.com/software/confluence/]
package org.bsc.mojo.configuration;
import org.bsc.markdown.MarkdownProcessor;
/**
*
*/
public class MarkdownProcessorInfo {
public String getName() {
return MarkdownProcessor.shared.getName();
}
public void setName(String name) {
MarkdownProcessor.shared.setName(name);
}
public MarkdownProcessorInfo() {
}
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy