-
- All Implemented Interfaces:
public final class CocoapodsExtension.CocoapodsDependency.PodLocation.Url extends CocoapodsExtension.CocoapodsDependency.PodLocation
-
-
Constructor Summary
Constructors Constructor Description CocoapodsExtension.CocoapodsDependency.PodLocation.Url(URI url, Boolean flatten, Boolean isAllowInsecureProtocol)
-
Method Summary
Modifier and Type Method Description final URIgetUrl()final BooleangetFlatten()final UnitsetFlatten(Boolean flatten)final BooleangetIsAllowInsecureProtocol()final UnitsetIsAllowInsecureProtocol(Boolean isAllowInsecureProtocol)-
-
Method Detail
-
getFlatten
@Input() final Boolean getFlatten()
-
setFlatten
final Unit setFlatten(Boolean flatten)
-
getIsAllowInsecureProtocol
@Input() final Boolean getIsAllowInsecureProtocol()
-
setIsAllowInsecureProtocol
final Unit setIsAllowInsecureProtocol(Boolean isAllowInsecureProtocol)
-
-
-
-