Skip to main content

Archival

Struct Archival 

Source
pub struct Archival<F: FileSystemAPI + Clone + Debug> {
    pub site: Site,
    /* private fields */
}

Fields§

§site: Site

Implementations§

Source§

impl<F: FileSystemAPI + Clone + Debug> Archival<F>

This API is primarily intended for direct modifications to site files, rather than changing objects, which should always be done via archival events.

Source

pub fn fs_list_files( &self, dir: impl AsRef<Path>, recursive: bool, ignore: Option<Vec<&str>>, ) -> Result<Vec<PathBuf>>

Source

pub fn fs_read_file(&self, path: impl AsRef<Path>) -> Result<String>

Source

pub fn fs_write_file( &self, path: impl AsRef<Path>, contents: String, ) -> Result<()>

Source

pub fn fs_delete_file(&self, path: impl AsRef<Path>) -> Result<()>

Source

pub fn fs_rename_file( &self, from: impl AsRef<Path>, to: impl AsRef<Path>, ) -> Result<()>

Source§

impl<F: FileSystemAPI + Clone + Debug> Archival<F>

Source

pub fn is_compatible(fs: &F) -> Result<bool>

Source

pub fn new(fs: F) -> Result<Self>

Source

pub fn new_with_upload_prefix(fs: F, upload_prefix: &str) -> Result<Self>

Source

pub fn build(&self, options: BuildOptions) -> Result<ArchivalBuildId>

Source

pub fn dump_schemas(&self) -> Result<()>

Source

pub fn generate_root_json_schema( &self, options: ObjectSchemaOptions, ) -> ObjectSchema

Source

pub fn dist_file(&self, path: &Path) -> Option<Vec<u8>>

Source

pub fn dist_files(&self) -> Vec<DistFile>

Source

pub fn object_exists(&self, obj_type: &str, filename: &str) -> Result<bool>

Source

pub fn object_path(&self, obj_type: &str, filename: &str) -> PathBuf

Source

pub fn build_id(&self) -> u64

Source

pub fn objects_generation(&self) -> u64

See [Site::objects_generation].

Source

pub fn fs_id(&self) -> Result<u64>

Source

pub fn list_build_files( &self, ) -> Result<impl Iterator<Item = PathBuf> + use<'_, F>>

Source

pub fn object_file(&self, obj_type: &str, filename: &str) -> Result<String>

Source

pub fn sha_for_file(&self, file: &Path) -> Result<String>

Source

pub fn write_file( &self, obj_type: &str, filename: &str, contents: String, ) -> Result<()>

Source

pub fn send_event( &self, event: ArchivalEvent, build_options: Option<BuildOptions>, ) -> Result<ArchivalEventResponse>

Source

pub fn manifest_content(&self) -> Result<String>

Source

pub fn get_object_definition( &self, name: &str, ) -> Result<&ObjectDefinition, ArchivalError>

Source

pub fn get_objects(&self) -> Result<ObjectMap>

Source

pub fn get_object(&self, name: &str, filename: Option<&str>) -> Result<Object>

Source

pub fn get_objects_sorted( &self, sort: impl Fn(&Object, &Object) -> Ordering, ) -> Result<ObjectMap>

Source

pub fn get_rendered_objects(&self) -> Result<RenderedObjectMap>

Source

pub fn get_rendered_object( &self, name: &str, filename: Option<&str>, ) -> Result<RenderedObject>

Source

pub fn get_rendered_objects_sorted( &self, sort: impl Fn(&Object, &Object) -> Ordering, ) -> Result<RenderedObjectMap>

Source

pub fn modify_manifest( &mut self, modify: impl FnOnce(&mut Manifest), ) -> Result<()>

Source

pub fn delete_objects( &self, object_names: impl IntoIterator<Item = impl AsRef<str>>, keep_objects: Option<Vec<ValuePath>>, ) -> Result<()>

Deletes all the object files for the given object types, except the ones (optionally) specified in the list of keep_objects. This only deletes the files, and does not generate events or rebuild the archival site.

Source

pub fn take_fs(self) -> F

Source

pub fn clone_fs(&self) -> Result<F>

Trait Implementations§

Source§

impl<F: Debug + FileSystemAPI + Clone + Debug> Debug for Archival<F>

Source§

fn fmt(&self, f: &mut Formatter<'_>) -> Result

Formats the value using the given formatter. Read more

Auto Trait Implementations§

§

impl<F> !Freeze for Archival<F>

§

impl<F> RefUnwindSafe for Archival<F>

§

impl<F> Send for Archival<F>

§

impl<F> Sync for Archival<F>

§

impl<F> Unpin for Archival<F>
where F: Unpin,

§

impl<F> UnsafeUnpin for Archival<F>
where F: UnsafeUnpin,

§

impl<F> UnwindSafe for Archival<F>

Blanket Implementations§

Source§

impl<T> Any for T
where T: 'static + ?Sized,

Source§

fn type_id(&self) -> TypeId

Gets the TypeId of self. Read more
Source§

impl<T> Any for T
where T: Any,

Source§

impl<T> Borrow<T> for T
where T: ?Sized,

Source§

fn borrow(&self) -> &T

Immutably borrows from an owned value. Read more
Source§

impl<T> BorrowMut<T> for T
where T: ?Sized,

Source§

fn borrow_mut(&mut self) -> &mut T

Mutably borrows from an owned value. Read more
Source§

impl<ST, DT> CastableFrom<ST, Initialized, Initialized> for DT
where ST: ?Sized, DT: ?Sized,

Source§

impl<ST, DT> CastableFrom<ST, Uninit, Uninit> for DT
where ST: ?Sized, DT: ?Sized,

Source§

impl<T> From<T> for T

Source§

fn from(t: T) -> T

Returns the argument unchanged.

Source§

impl<T> Instrument for T

Source§

fn instrument(self, span: Span) -> Instrumented<Self>

Instruments this type with the provided Span, returning an Instrumented wrapper. Read more
Source§

fn in_current_span(self) -> Instrumented<Self>

Instruments this type with the current Span, returning an Instrumented wrapper. Read more
Source§

impl<T, U> Into<U> for T
where U: From<T>,

Source§

fn into(self) -> U

Calls U::from(self).

That is, this conversion is whatever the implementation of From<T> for U chooses to do.

Source§

impl<T> IntoEither for T

Source§

fn into_either(self, into_left: bool) -> Either<Self, Self>

Converts self into a Left variant of Either<Self, Self> if into_left is true. Converts self into a Right variant of Either<Self, Self> otherwise. Read more
Source§

fn into_either_with<F>(self, into_left: F) -> Either<Self, Self>
where F: FnOnce(&Self) -> bool,

Converts self into a Left variant of Either<Self, Self> if into_left(&self) returns true. Converts self into a Right variant of Either<Self, Self> otherwise. Read more
Source§

impl<T> Pointable for T

Source§

const ALIGN: usize

The alignment of pointer.
Source§

type Init = T

The type for initializers.
Source§

unsafe fn init(init: <T as Pointable>::Init) -> usize

Initializes a with the given initializer. Read more
Source§

unsafe fn deref<'a>(ptr: usize) -> &'a T

Dereferences the given pointer. Read more
Source§

unsafe fn deref_mut<'a>(ptr: usize) -> &'a mut T

Mutably dereferences the given pointer. Read more
Source§

unsafe fn drop(ptr: usize)

Drops the object pointed to by the given pointer. Read more
Source§

impl<T> PolicyExt for T
where T: ?Sized,

Source§

fn and<P, B, E>(self, other: P) -> And<T, P>
where T: Sized + Policy<B, E>, P: Policy<B, E>,

Create a new Policy that returns Action::Follow only if self and other return Action::Follow. Read more
Source§

fn or<P, B, E>(self, other: P) -> Or<T, P>
where T: Sized + Policy<B, E>, P: Policy<B, E>,

Create a new Policy that returns Action::Follow if either self or other returns Action::Follow. Read more
Source§

impl<T> Read<Exclusive, BecauseExclusive> for T
where T: ?Sized,

Source§

impl<T> Same for T

Source§

type Output = T

Should always be Self
Source§

impl<T, U> TryFrom<U> for T
where U: Into<T>,

Source§

type Error = Infallible

The type returned in the event of a conversion error.
Source§

fn try_from(value: U) -> Result<T, <T as TryFrom<U>>::Error>

Performs the conversion.
Source§

impl<T, U> TryInto<U> for T
where U: TryFrom<T>,

Source§

type Error = <U as TryFrom<T>>::Error

The type returned in the event of a conversion error.
Source§

fn try_into(self) -> Result<U, <U as TryFrom<T>>::Error>

Performs the conversion.
Source§

impl<V, T> VZip<V> for T
where V: MultiLane<T>,

Source§

fn vzip(self) -> V

Source§

impl<T> WithSubscriber for T

Source§

fn with_subscriber<S>(self, subscriber: S) -> WithDispatch<Self>
where S: Into<Dispatch>,

Attaches the provided Subscriber to this type, returning a WithDispatch wrapper. Read more
Source§

fn with_current_subscriber(self) -> WithDispatch<Self>

Attaches the current default Subscriber to this type, returning a WithDispatch wrapper. Read more