Stores content from xccdf:Tailoring element which can be loaded from a separate file. More...
#include <xccdf_benchmark.h>
Public Member Functions | |
Getters | |
struct xccdf_tailoring * | xccdf_tailoring_import (const char *file, struct xccdf_benchmark *benchmark) |
const char * | xccdf_tailoring_get_version (const struct xccdf_tailoring *tailoring) |
const char * | xccdf_tailoring_get_version_update (const struct xccdf_tailoring *tailoring) |
const char * | xccdf_tailoring_get_version_time (const struct xccdf_tailoring *tailoring) |
struct oscap_string_iterator * | xccdf_tailoring_get_metadata (const struct xccdf_tailoring *tailoring) |
struct xccdf_profile_iterator * | xccdf_tailoring_get_profiles (const struct xccdf_tailoring *tailoring) |
struct xccdf_status_iterator * | xccdf_tailoring_get_statuses (const struct xccdf_tailoring *tailoring) |
struct oscap_reference_iterator * | xccdf_tailoring_get_dc_statuses (const struct xccdf_tailoring *tailoring) |
struct xccdf_profile * | xccdf_tailoring_get_profile_by_id (const struct xccdf_tailoring *tailoring, const char *profile_id) |
Data Fields | |
char * | benchmark_ref |
struct oscap_list * | statuses |
struct oscap_list * | dc_statuses |
char * | version |
char * | version_update |
char * | version_time |
struct oscap_list * | metadata |
struct oscap_list * | profiles |
Stores content from xccdf:Tailoring element which can be loaded from a separate file.