Class BzlProfileUtils
java.lang.Object
com.gradle.scan.eventmodel.bazel.profile.BzlProfileUtils
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic BzlProfile_2_0
buildProfile
(byte[] profileBytes) static BzlProfile_2_0
buildProfileUnsafe
(byte[] profileBytes) An alternative tobuildProfile(byte[])
that does not throw checked exceptions.static BzlProfile_2_0
static byte[]
getProfileBytes
(BzlProfile_2_0 profile) static String
getProfileJson
(BzlProfile_2_0 profile)
-
Constructor Details
-
BzlProfileUtils
public BzlProfileUtils()
-
-
Method Details
-
failure
-
buildProfile
- Throws:
IOException
-
buildProfileUnsafe
An alternative tobuildProfile(byte[])
that does not throw checked exceptions. This should only be used for testing. -
getProfileJson
-
getProfileBytes
-