![JAR search and dependency download from the Maven repository](/logo.png)
com.deliveredtechnologies.terraform.fluent.api.TfState Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of tf-test-groovy Show documentation
Show all versions of tf-test-groovy Show documentation
Terraform Build Tools: The parent POM project for Java and Terraform Tools
package com.deliveredtechnologies.terraform.fluent.api;
import java.lang.*;
import java.util.*;
import java.io.*;
import java.net.*;
import groovy.lang.*;
import groovy.util.*;
public class TfState
extends com.deliveredtechnologies.terraform.fluent.api.TfShow {
;
public TfState
(java.lang.String showJsonOutput) {
super ((java.lang.String)null);
}
@groovy.transform.Generated() @groovy.transform.Internal() public groovy.lang.MetaClass getMetaClass() { return (groovy.lang.MetaClass)null;}
@groovy.transform.Generated() @groovy.transform.Internal() public void setMetaClass(groovy.lang.MetaClass mc) { }
public java.util.List getResources() { return (java.util.List)null;}
public void setResources(java.util.List value) { }
public java.util.List getResourcesByType(java.lang.String type) { return (java.util.List)null;}
public java.util.List getResourcesBy(groovy.lang.Closure predicate) { return (java.util.List)null;}
public java.util.Map getOutputs() { return (java.util.Map)null;}
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy