Commit c95e8791 authored by David Trott's avatar David Trott

Optimized Imports

parent b9e45594
package org.apache.thrift.maven;
import static com.google.common.base.Preconditions.checkArgument;
import static com.google.common.base.Preconditions.checkNotNull;
import static com.google.common.base.Preconditions.checkState;
import static com.google.common.collect.Lists.newLinkedList;
import static com.google.common.collect.Sets.newHashSet;
import com.google.common.collect.ImmutableList;
import com.google.common.collect.ImmutableSet;
import org.codehaus.plexus.util.cli.CommandLineException;
import org.codehaus.plexus.util.cli.CommandLineUtils;
import org.codehaus.plexus.util.cli.Commandline;
import org.codehaus.plexus.util.cli.DefaultConsumer;
import org.codehaus.plexus.util.cli.StreamConsumer;
import java.io.File;
import java.util.List;
import java.util.Set;
import static com.google.common.base.Preconditions.checkArgument;
import static com.google.common.base.Preconditions.checkNotNull;
import static com.google.common.base.Preconditions.checkState;
import static com.google.common.collect.Lists.newLinkedList;
import static com.google.common.collect.Sets.newHashSet;
/**
* This class represents an invokable configuration of the {@code thrift}
* compiler. The actual executable is invoked using the plexus
......@@ -198,7 +195,7 @@ final class Thrift {
/**
* Adds the option string for the Thrift executable's {@code --gen} parameter.
*
*
* @param generator
* @return The builder
* @throws NullPointerException If {@code generator} is {@code null}.
......
package org.apache.thrift.maven;
import com.google.common.collect.ImmutableList;
import org.apache.maven.artifact.Artifact;
import java.io.File;
......
package org.apache.thrift.maven;
import com.google.common.collect.ImmutableList;
import org.apache.maven.artifact.Artifact;
import java.io.File;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment