Package com.google.cloud.tools.libraries
Class CloudLibraries
- java.lang.Object
-
- com.google.cloud.tools.libraries.CloudLibraries
-
public final class CloudLibraries extends Object
Returns helpful metadata for supported Google Cloud libraries.
-
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static List<CloudLibrary>
getCloudLibraries()
Returns the list ofCloudLibrary
objects deserialized from thelibraries.json
file.
-
-
-
Method Detail
-
getCloudLibraries
public static List<CloudLibrary> getCloudLibraries() throws IOException
Returns the list ofCloudLibrary
objects deserialized from thelibraries.json
file.- Throws:
IOException
- if there was a problem reading thelibraries.json
file
-
-