public class ServiceOsSpecific extends Object
osSpecific
Modifier and Type | Class and Description |
---|---|
static class |
ServiceOsSpecific.Package
The
package tag. |
static class |
ServiceOsSpecific.Repo
The
repo tag. |
Constructor and Description |
---|
ServiceOsSpecific() |
ServiceOsSpecific(String osFamily) |
Modifier and Type | Method and Description |
---|---|
void |
addPackages(List<ServiceOsSpecific.Package> packages) |
boolean |
equals(Object o) |
String |
getOsFamily() |
List<ServiceOsSpecific.Package> |
getPackages() |
ServiceOsSpecific.Repo |
getRepo() |
int |
hashCode() |
public ServiceOsSpecific()
public ServiceOsSpecific(String osFamily)
public String getOsFamily()
public ServiceOsSpecific.Repo getRepo()
public List<ServiceOsSpecific.Package> getPackages()
public void addPackages(List<ServiceOsSpecific.Package> packages)
Copyright © 2022 Apache Software Foundation. All rights reserved.