HomeSort by relevance Sort by last modified time
    Searched refs:shouldReduceClassPath (Results 1 - 2 of 2) sorted by null

  /external/turbine/java/com/google/turbine/options/
TurbineOptions.java 46 private final boolean shouldReduceClassPath;
66 boolean shouldReduceClassPath) {
84 this.shouldReduceClassPath = shouldReduceClassPath;
189 public boolean shouldReduceClassPath() {
190 return shouldReduceClassPath;
217 private boolean shouldReduceClassPath = true;
238 shouldReduceClassPath);
326 public Builder setShouldReduceClassPath(boolean shouldReduceClassPath) {
327 this.shouldReduceClassPath = shouldReduceClassPath
    [all...]
  /external/turbine/javatests/com/google/turbine/options/
TurbineOptionsTest.java 98 assertThat(options.shouldReduceClassPath()).isTrue();
318 public void shouldReduceClasspath() throws Exception {
323 assertThat(options.shouldReduceClassPath()).isTrue();
330 assertThat(options.shouldReduceClassPath()).isFalse();

Completed in 62 milliseconds