pub struct KotlinParser;Expand description
Parses Kotlin dependencies from build.gradle.kts and pom.xml
Implementations§
Source§impl KotlinParser
impl KotlinParser
Sourcepub fn parse(&self, root: &Path) -> Result<Vec<Dependency>, ResearchError>
pub fn parse(&self, root: &Path) -> Result<Vec<Dependency>, ResearchError>
Parses dependencies from build.gradle.kts or pom.xml
Sourcepub fn has_manifest(&self, root: &Path) -> bool
pub fn has_manifest(&self, root: &Path) -> bool
Checks if Kotlin manifest files exist
Trait Implementations§
Source§impl Debug for KotlinParser
impl Debug for KotlinParser
Auto Trait Implementations§
impl Freeze for KotlinParser
impl RefUnwindSafe for KotlinParser
impl Send for KotlinParser
impl Sync for KotlinParser
impl Unpin for KotlinParser
impl UnwindSafe for KotlinParser
Blanket Implementations§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more